Click or drag to resize

SslStatusCertStatus Property

Version 94.4.20
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: 94.4.20.0 (94.4.20.0)
Syntax
public CertStatus CertStatus { get; }

Property Value

Type: CertStatus
See Also