forwardSslSettings Class   Table of ContentCaFile Property forward
SslSettings Properties

The SslSettings type exposes the following members.

Properties
  NameDescription
Public propertyCaFile
Path to the trusted certification authority certificate file in (Privacy Enhanced Mail) Base64 encoded (.pem) format.
Public propertyCertificateFile
Path to the SSL certificate file in PEM (base 64 encoded) format.
Public propertyPrivateKeyFile
Path to the SSL private key file in PEM (base 64 encoded) format.
Public propertyPrivateKeyPassword
Password to open SSL private key file.
Public propertyVerifyPeer
Option to request peer certificates and perform the certificate verification
Top
See Also