ReceiveEventSource.ValidateCertificate method
Validates the certificate for the current SMTP session.
Overload list
Name | Description | |
---|---|---|
ValidateCertificate() | Gets the CertificateValidationStatus type for the current SMTP session. | |
ValidateCertificate(String, String) | Matches a given domain to subject names of the remote certificate and, if a match is found, validates the certificate. |
Top