ResponseSecurityState Property  | 
Version 94.4.20 
            Security state of the request resource.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntaxpublic SecurityState SecurityState { get; set; }public:
property SecurityState SecurityState {
	SecurityState get ();
	void set (SecurityState value);
}Property Value
Type: 
SecurityState
See Also