TlsNamedGroup Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
TlsNamedGroup(String, Boolean)
Initializes a new instance of the TlsNamedGroup.
Declaration
public TlsNamedGroup(string name, bool generateKeyShareInClientHello = true)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Named group name. |
| Boolean | generateKeyShareInClientHello | Set the
Setting the The default value is true.
The value of the |
Remarks
Predefined named groups are exposed in static (shared in VB) properties declared on this class. See for example Secp256r1 property.
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | The |