Gets or sets the temporary RSA key parameters for RSA_EXPORT
key exchange on server sockets with certificates with key length >512.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Property TemporaryRSAParameters As RSAParameters Get Set |
C# |
---|
public RSAParameters TemporaryRSAParameters { get; set; } |
Field Value
The ephemeral Hellman-Diffie parameters.Remarks
This is only used by server sockets.