Click or drag to resize

CefSettingsBaseApplicationClientIdForFileScanning Property

Version 94.4.20
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: 94.4.20.0
Syntax
public string ApplicationClientIdForFileScanning { get; set; }

Property Value

Type: String
See Also