| 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) |
 | AllowNullSender | Allow null sender (<>) to be used. |
 | 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) |
 | 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) |
 | 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) |
 | ReportTransferredData | Specifies whether to report the actual content of transferred blocks of data through Progress event. |
 | SendWithNoBuffer | Causes the Send and Send methods to send message data directly from the input file or stream. |
 | 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) |
 | SkipContentTransferEncodingCheck | Skips content transfer encoding check when sending messages. Really not recommended! |
 | 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) |