Click or drag to resize

CertificateVerificationError Class

Provides information about an error found by Chromium when verifying an SSL certificate.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Net.CertificatesCertificateVerificationError

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class CertificateVerificationError

The CertificateVerificationError type exposes the following members.

Properties
  NameDescription
Public propertyDetailedDescription
Gets a detailed localized human-friendly description of the verification error.
Public propertyShortDescription
Gets a short localized human-friendly description of the verification error.
Public propertyVerifyStatus
Gets the verification statuses that indicate result of SSL certificate verification by the Chromium engine.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also