SecurityStateChangedEventArgsSchemeIsCryptographic Property |
Version 130.1.90
True if the page was loaded over cryptographic transport such as HTTPS.
Namespace: CefSharp.DevTools.SecurityAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public bool SchemeIsCryptographic { get; }
public:
property bool SchemeIsCryptographic {
bool get ();
}
Property Value
BooleanSee Also