Click or drag to resize
ValidateServerCertificateEventArgs Properties

The ValidateServerCertificateEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCertificatePolicyErrors
The SslPolicyErrors found during default certificate evaluation.
Public propertyExpectedCN
The SubjectCN (e.g. Hostname) that should be expected on this HTTPS connection, based on the request's Host property.
Public propertyServerCertificate
The X509Certificate provided by the server to vouch for its authenticity
Public propertyServerCertificateChain
The server's certificate chain.
Public propertySession
The Session for which a HTTPS certificate was received.
Public propertyTargetPort
The port to which this request was targeted
Public propertyValidityState
Set this property to override the certificate validity
Top
See Also