TlsParameters.GetNamedGroups Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
GetNamedGroups()
Returns an enumerator that yields allowed named groups, in order of preference, for TLS 1.3.
Declaration
public IEnumerable<TlsNamedGroup> GetNamedGroups()
Returns
Type | Description |
---|---|
IEnumerable<TlsNamedGroup> | An enumerator that yields allowed named groups, in order of preference, for TLS 1.3. |