AbstractCefSettingsApplicationClientIdForFileScanning Property |
Version 75.1.140
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: 75.1.140.0
Syntax public string ApplicationClientIdForFileScanning { get; set; }
public:
property String^ ApplicationClientIdForFileScanning {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also