SecurityStateChangedEventArgsExplanations Property |
Version 92.0.260
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: 92.0.260.0 (92.0.260.0)
Syntax public IList<SecurityStateExplanation> Explanations { get; }
public:
property IList<SecurityStateExplanation^>^ Explanations {
IList<SecurityStateExplanation^>^ get ();
}
Property Value
Type:
IListSecurityStateExplanationSee Also