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