CefSettingsBaseApplicationClientIdForFileScanning Property |
Version 88.2.90
GUID string used for identifying the application. This is passed to the system AV function for scanning downloaded files. By
default, the GUID will be an empty string and the file will be treated as an untrusted file when the GUID is empty.
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 88.2.90.0
Syntax public string ApplicationClientIdForFileScanning { get; set; }
public:
property String^ ApplicationClientIdForFileScanning {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also