The TlsParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TlsParameters |
Initializes a new instance of TlsParameters with default parameters.
|
Methods
Name | Description | |
---|---|---|
Clone |
Returns a shallow copy of the current parameters.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetPreferredSuites |
Gets collection of cipher suites that are used (in given order) in preference to the remaining suites. Only applies to TLS 1.2 or lower.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetPreferredSuites |
Sets cipher suites to be used in preference to the remaining suites. Only applies to TLS 1.2 or lower.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
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.
|