SslSettings.SetNamedGroups Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
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 |
---|---|---|
TlsNamedGroup[] | namedGroups | Allowed named groups. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The |
ArgumentException | The |