TlsParameters.TemporaryRSAParameters Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
TemporaryRSAParameters
Gets or sets the temporary RSA key parameters for RSA_EXPORT key exchange on server sockets with certificates with key length >512.
Declaration
public RSAParameters TemporaryRSAParameters { get; set; }
Property Value
Type | Description |
---|---|
RSAParameters | The ephemeral Hellman-Diffie parameters. |
Remarks
This is only used by server sockets.