Click or drag to resize

VerifyCertificateParametersVerifyStatuses Property

Gets the verification statuses that indicate result of SSL certificate verification by the Chromium engine. If this collection is empty, then default SSL certificate verifier couldn't find any issues with the given certificate, so it's a valid certificate.

Namespace:  DotNetBrowser.Net.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IEnumerable<CertificateVerificationStatus> VerifyStatuses { get; }

Property Value

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