SecurityStateChangedEventArgsExplanations Property |
Version 93.1.111
List of explanations for the security state. If the overall security state is `insecure` or
`warning`, at least one corresponding explanation should be included.
Namespace:
CefSharp.DevTools.Security
Assembly:
CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax public IList<SecurityStateExplanation> Explanations { get; }
public:
property IList<SecurityStateExplanation^>^ Explanations {
IList<SecurityStateExplanation^>^ get ();
}
Property Value
Type:
IListSecurityStateExplanationSee Also