VerifyCertificateParametersVerifyStatuses Property |
Note: This API is now obsolete.
Gets the verification status codes 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.25.1
Syntax [ObsoleteAttribute("Use VerifyCertificateParameters.VerifyErrors instead.",
false)]
public IEnumerable<CertificateVerificationStatus> VerifyStatuses { get; }
Property Value
Type:
IEnumerableCertificateVerificationStatus
The verification status codes that indicate result
of SSL certificate verification by the Chromium engine.
See Also