The SslCertificateValidationEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Certificate |
Gets the server certificate to be validated.
| |
CertificateChain |
Gets the whole certificate chain to be validated.
| |
Options |
Gets custom-specified validation options (set using SslServerCertificateValidationOptions property).
| |
Result |
Gets validation result.
| |
ServerName |
Gets the common name of the server.
| |
Socket |
Gets the socket that needs certificate verification.
|