ValidateServerCertificateEventArgs Properties |
The ValidateServerCertificateEventArgs type exposes the following members.
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
|