DiffieHellmanCryptoServiceProvider.SignatureAlgorithm Property
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
SignatureAlgorithm
Gets the name of the signature algorithm available with this implementation of DiffieHellman.
Declaration
public override string SignatureAlgorithm { get; }
Property Value
Type | Description |
---|---|
String | The name of the signature algorithm. |
Overrides
Remarks
DiffieHellman does not support signatures. This property will throw an exception.