SecurityStateChangedEventArgsExplanations Property |
Version 130.1.90
Previously a list of explanations for the security state. Now always
empty.
Namespace: CefSharp.DevTools.SecurityAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public IList<SecurityStateExplanation> Explanations { get; }
public:
property IList<SecurityStateExplanation^>^ Explanations {
IList<SecurityStateExplanation^>^ get ();
}
Property Value
IListSecurityStateExplanationSee Also