VerifyCertificateResponse Methods | 
The VerifyCertificateResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| Default | 
                Creates a VerifyCertificateResponse that lets Chromium decide
                whether SSL certificate should be accepted or rejected.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Overrides ObjectEquals(Object).) | |
| GetHashCode | Serves as the default hash function.   (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Invalid | 
                Creates a VerifyCertificateResponse that notifies the engine
                that the given certificate is invalid with the Invalid.
              | |
| Invalid(IListCertificateVerificationStatus) | 
                Creates a VerifyCertificateResponse that notifies the engine
                that the given certificate is invalid with the specific CertificateVerificationStatus.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| Valid | 
                Creates a VerifyCertificateResponse that marks SSL certificate
                as valid and must be accepted.
              |