SyslogClientSettings.SslMinimumDiffieHellmanKeySize Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SslMinimumDiffieHellmanKeySize
Gets or sets the minimum allowed size (in bits) of the ephemeral Diffie-Hellman prime. Valid values are from 512 to 16384, inclusive. Inherited from SslSettings.
Declaration
public int SslMinimumDiffieHellmanKeySize { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Remarks
To prevent Logjam attack on Diffie-Hellman key exchange, set this to 2048.