Gets or sets the minimum allowed size (in bits) of the ephemeral Diffie-Hellman prime. Valid values are from 512 to 16384, inclusive.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Property SslMinimumDiffieHellmanKeySize As Integer
	Get
	Set
C#
public int SslMinimumDiffieHellmanKeySize { get; set; }

Remarks

To prevent Logjam attack on Diffie-Hellman key exchange, set this to 2048.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also