The ServerCertificateValidateEventArgs type exposes the following members.

Properties

  NameDescription
Public propertyCertificate
The certificate used to authenticate the remote party.
Public propertyChain
The _chain of certificate authorities associated with the remote certificate.
Public propertyIsValid
Set this field to indicate validness of server's certificate.
Public propertySslPolicyErrors
One or more errors associated with the remote certificate.

See Also