Click or drag to resize

SecureContextType Enumeration

Version 102.0.100
Indicates whether the frame is a secure context and why it is the case.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public enum SecureContextType
Members
  Member nameValueDescription
Secure0 Secure
SecureLocalhost1 SecureLocalhost
InsecureScheme2 InsecureScheme
InsecureAncestor3 InsecureAncestor
See Also