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).
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public Property MinimumDiffieHellmanKeySize As Integer Get Set |
C# |
---|
public int MinimumDiffieHellmanKeySize { get; set; } |
Remarks
This is only used by client sockets.