public bool AllowCustomDHGroups { get; set; }Public Property AllowCustomDHGroups As Boolean
Get
Setpublic:
property bool AllowCustomDHGroups {
bool get ();
void set (bool value);
}member AllowCustomDHGroups : bool with get, setSome 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.