Click or drag to resize

SecurityStateChangedEventArgs.Explanations Property

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

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

Property Value

Type: IList<SecurityStateExplanation>
See Also