Click or drag to resize

CertificateVerificationErrorVerifyStatus Property

Gets the verification statuses that indicate result of SSL certificate verification by the Chromium engine.

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public CertificateVerificationStatus VerifyStatus { get; }

Property Value

Type: CertificateVerificationStatus
The verification statuses that indicate result of SSL certificate verification by the Chromium engine.
See Also