The TlsParameters type exposes the following members.
Properties
Name | Description | |
---|---|---|
AcceptableAuthorities |
Gets or sets the list of acceptable certificate authorities (server side only).
| |
AllowDeprecatedVersions |
Gets or sets a value indicating whether deprecated versions of TLS/SSL protocol
might be enabled using the Version property.
Currently deprecated versions: SSL 3.0.
| |
AllowedCurves |
Gets or sets the group of allowed elliptic curves (for ECDHE cipher suites).
| |
AllowedSuites |
Gets or sets the group of allowed cipher suites.
| |
AllowVulnerableSuites |
Gets or sets a value indicating whether vulnerable ciphers
might be enabled using AllowedSuites property.
| |
Certificate |
Gets or sets the certificate to be used (server side only).
| |
CertificatePolicy |
Gets or sets the certificate policy for server sockets.
| |
CertificateRequestHandler |
Gets or sets the client certificate request handler.
| |
CertificateVerifier |
Gets or sets the certificate verifier.
| |
CommonName |
Gets or sets the common name of the server (client side only).
| |
Entity |
Gets or sets the entity of a socket.
| |
EphemeralDiffieHellmanParameters |
Gets or sets the ephemeral Diffie-Hellman parameters for
DHE key exchange on server sockets.
| |
MinimumDiffieHellmanKeySize |
Gets or sets the minimum allowed size (in bits) of the ephemeral Diffie-Hellman prime.
Valid values are from 512 to 16384, inclusive (client side only).
| |
Options |
Gets or sets the connection options.
| |
PreferredHashAlgorithm |
Gets or sets the preferred signature hash algorithm.
| |
Session |
Gets or sets the session to resume (client side only).
| |
SessionID | Obsolete. | |
TemporaryRSAParameters |
Gets or sets the temporary RSA key parameters for RSA_EXPORT
key exchange on server sockets with certificates with key length >512.
| |
Version |
Gets or sets the allowed protocol versions.
|