ValidateServerCertificateEventArgs Class |
Namespace: Fiddler
The ValidateServerCertificateEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
CertificatePolicyErrors |
The SslPolicyErrors found during default certificate evaluation.
| |
ExpectedCN |
The SubjectCN (e.g. Hostname) that should be expected on this HTTPS connection, based on the request's Host property.
| |
ServerCertificate |
The X509Certificate provided by the server to vouch for its authenticity
| |
ServerCertificateChain |
The server's certificate chain.
| |
Session |
The Session for which a HTTPS certificate was received.
| |
TargetPort |
The port to which this request was targeted
| |
ValidityState |
Set this property to override the certificate validity
|