FrameSecureContextType Property |
Version 102.0.100
Indicates whether the main document is a secure context and explains why that is the case.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxpublic SecureContextType SecureContextType { get; set; }
public:
property SecureContextType SecureContextType {
SecureContextType get ();
void set (SecureContextType value);
}
Property Value
Type:
SecureContextType
See Also