Click or drag to resize

VerifyCertificateParametersVerifyErrors Property

Gets the verification errors 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.17.0
Syntax
C#
public IEnumerable<CertificateVerificationError> VerifyErrors { get; }

Property Value

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