SslStatusCertStatus Property |
Version 101.0.180
Returns a bitmask containing any and all problems verifying the server certificate.
If the certificate is valid then
None is returned.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public CertStatus CertStatus { get; }
public:
property CertStatus CertStatus {
CertStatus get ();
}
Property Value
Type:
CertStatusSee Also