SslSettings Class | Table of Content | CaFile Property ![]() |
| SslSettings Properties |
The SslSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| CaFile |
Path to the trusted certification authority certificate file in (Privacy Enhanced Mail) Base64 encoded (.pem) format.
| |
| CertificateFile |
Path to the SSL certificate file in PEM (base 64 encoded) format.
| |
| MaxProtocolVersion |
The maximal SSL/TLS protocol version that will be declared during the SSL/TLS handshake.
| |
| MinProtocolVersion |
The minimal SSL/TLS protocol version that will be declared during the SSL/TLS handshake.
| |
| PrivateKeyFile |
Path to the SSL private key file in PEM (base 64 encoded) format.
| |
| PrivateKeyPassword |
Password to open SSL private key file.
| |
| VerifyPeer |
Option to request peer certificates and perform the certificate verification
|