TlsPskKeyExchangeMode Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
TlsPskKeyExchangeMode(String)
Initializes a new instance of the TlsPskKeyExchangeMode.
Declaration
public TlsPskKeyExchangeMode(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Pre-shared key exchange mode name. |
Remarks
Predefined key exchange modes are exposed in static (shared in VB) properties declared on this class. See Psk_dhe_ke and Psk_ke properties.
Exceptions
Type | Condition |
---|---|
ArgumentException | The |