IExtensionIdentifier Property  | 
Version 93.1.111 
            Returns the unique extension identifier. This is calculated based on the
            extension public key, if available, or on the extension path. See
            https://developer.chrome.com/extensions/manifest/key for details.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxstring Identifier { get; }property String^ Identifier {
	String^ get ();
}Property Value
Type: 
String
See Also