SslSettings.SetNamedGroups Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
SetNamedGroups(TlsNamedGroup[])
Sets allowed named groups, in order of preference, for TLS 1.3.
Declaration
public void SetNamedGroups(params TlsNamedGroup[] namedGroups)
Parameters
Type | Name | Description |
---|---|---|
Tls |
namedGroups | Allowed named groups. |
Exceptions
Type | Condition |
---|---|
Argument |
The |
Argument |
The |