ClientServerCertificatesAutoValidation Property |
Namespace: MailBee.Security
If this property value is not None and SSL handshake starts, MailBee will automatically validate the server certificate against all the flags specified.
If the server certificate fails to pass validation against any of the flags specified, MailBee closes the connection and throws MailBeeCertificateValidationException.
Note |
---|
This feature does not work in UWP apps. Use SocketCreating event instead (similar event also exists for Pop3 and Smtp classes). |