SecurityStateChangedEventArgsExplanations Property  | 
Version 106.0.290 
            Previously a list of explanations for the security state. Now always
            empty.
            
 
    Namespace: 
   CefSharp.DevTools.Security
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic IList<SecurityStateExplanation> Explanations { get; }public:
property IList<SecurityStateExplanation^>^ Explanations {
	IList<SecurityStateExplanation^>^ get ();
}Property Value
Type: 
IListSecurityStateExplanation
See Also