Click or drag to resize

SecurityStateChangedEventArgsExplanations Property

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public IList<SecurityStateExplanation> Explanations { get; }

Property Value

Type: IListSecurityStateExplanation
See Also