| Name | Description |
---|
 | AcceptableAuthorities | Gets or sets the list of acceptable certificate authorities. (Inherited from SslConfigBase) |
 | AllowCloseWhileNegotiating | Indicates whether to allow socket closure while negotiating. The default value is false . (Inherited from SslConfigBase) |
 | AllowVulnerableSuites | Gets or sets a value indicating whether to allow vulnerable cipher suites. (Inherited from SslConfigBase) |
 | AllowedCipherSuites | Gets or sets the group of allowed cipher suites. (Inherited from SslConfigBase) |
 | AllowedTlsVersions | Gets or sets the allowed protocol versions. (Inherited from SslConfigBase) |
 | CacheSessions | Indicates whether to cache sessions. The default value is true. (Inherited from SslConfigBase) |
 | CertificatePolicy | Gets or sets the certificate policy for server sockets. (Inherited from SslConfigBase) |
 | CommonName | Gets or sets the common name of the server. (Inherited from SslConfigBase) |
 | DisableStatusOnSelectFolder | Gets or sets a value indicating whether to disable status on select folder. |
 | DontMarkAsSeen | Indicates whether to use BODY.PEEK instead of BODY in DownloadMessage, DownloadImapMessage, DownloadMailMessage, DownloadMessageHeaders, and ListMessages methods.
Unlike BODY, BODY.PEEK doesn't set the message's Seen flag. |
 | EnableKeywordCheck | Gets or sets a value indicating whether to enable keyword check. |
 | Entity | Gets or sets the entity of a socket. (Inherited from SslConfigBase) |
 | EphemeralDiffieHellmanParameters | Gets or sets the ephemeral Diffie-Hellman parameters for
DHE key exchange on server sockets. (Inherited from SslConfigBase) |
 | HighSpeedNetworkOptimization | Indicates whether to enable features, including using large buffers, for high-speed network connection. This may improve the transfer speed. |
 | IgnoreUnparsableHeaders | Ignore unparsable headers when parsing mail message. |
 | IgnoreUnparsableSignatures | Ignore unparsable S/MIME signature entities when parsing mail message. |
 | InsertEmptyFragment | Indicates whether to send empty record after sucessful handshake with CBC ciphers. The default value is true. (Inherited from SslConfigBase) |
 | MinimumDiffieHellmanKeySize | Gets or sets the minimum diffie-hellman key size. (Inherited from SslConfigBase) |
 | Session | Gets or sets the session to resume. (Inherited from SslConfigBase) |
 | SilentClose | Forces the TLS socket to immediately close without exchange
of CloseNotify alert messages. This is in violation of the RFC, but some broken servers (IIS with TLS 1.1)
need it, unfortunately. The default value is false . (Inherited from SslConfigBase) |
 | SilentUnprotect | Indicates whether to force the Unprotection process to do immediate unprotect without exchange
of CloseNotify alert messages. This is in violation of the RFC, but some broken servers need it,
unfortunately. The default value is false . (Inherited from SslConfigBase) |
 | SkipRollbackDetection | Indicates whether to ignore the client version in premaster secret. This only affects server sockets. The default value is false. (Inherited from SslConfigBase) |
 | StayConnected | Indicates whether or not shutdown and close the underlying socket after sending
or receiving fatal alert or close notify. The default value is true - stay connected. (Inherited from SslConfigBase) |
 | TemporaryRSAParameters | Gets or sets the temporary RSA key parameters for RSA_EXPORT
key exchange on server sockets with certificates with key length >512. (Inherited from SslConfigBase) |