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