Click or drag to resize

SecurityStateChangedEventArgsExplanations Property

Version 100.0.140
Previously a list of explanations for the security state. Now always empty.

Namespace:  CefSharp.DevTools.Security
Assembly:  CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntax
public IList<SecurityStateExplanation> Explanations { get; }

Property Value

Type: IListSecurityStateExplanation
See Also