Click or drag to resize

VerifyCertificateResponse Class

A response for the VerifyCertificateHandler
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Net.HandlersVerifyCertificateResponse

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

The VerifyCertificateResponse type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDefault
Creates a VerifyCertificateResponse that lets Chromium decide whether SSL certificate should be accepted or rejected.
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 methodStatic memberInvalid
Creates a VerifyCertificateResponse that notifies the engine that the given certificate is invalid with the Invalid.
Public methodStatic memberInvalid(IListCertificateVerificationStatus)
Creates a VerifyCertificateResponse that notifies the engine that the given certificate is invalid with the specific CertificateVerificationStatus.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberValid
Creates a VerifyCertificateResponse that marks SSL certificate as valid and must be accepted.
Top
See Also