TlsSignatureScheme Constructor
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9448)
TlsSignatureScheme(String)
Initializes a new instance of the Rebex.Net.TlsSignatureScheme.Tls12SignatureScheme.
Declaration
public TlsSignatureScheme(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name | Signature scheme name. |
Remarks
Predefined signature schemes are exposed in static (shared in VB) properties declared on this class.
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | The |