CertificateSecurityStateProtocol Property  | 
Version 108.4.130 
            Protocol name (e.g. "TLS 1.2" or "QUIC").
            
 
    Namespace: 
   CefSharp.DevTools.Security
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic string Protocol { get; set; }public:
property String^ Protocol {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also