edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPClientAllowCustomDHGroups Property

Controls/indicates whether custom diffie-helman groups are permitted

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool AllowCustomDHGroups { get; set; }

Property Value

Boolean
true if custom diffie-helman groups are permitted false is the default.

Remarks

Some servers use DH groups that are not one of the 10 standard groups specified in NIST SP 800-56A Rev. 3 Appendix D. Setting this flag to true allows non-standard groups to be used. It is only valid for versions up to TLS 1.2. Non-standard groups are not permitted in TLS 1.3.

This property may be read any time, but may be set only prior to connection.

See Also