Table of Contents

Property VerifyErrors

Namespace
DotNetBrowser.Net.Handlers
Assembly
DotNetBrowser.dll

VerifyErrors

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.

public IEnumerable<CertificateVerificationError> VerifyErrors { get; }

Property Value

IEnumerable<CertificateVerificationError>

The verification errors that indicate result of SSL certificate verification by the Chromium engine.