Gets the name of the signature algorithm available with this implementation of DiffieHellman.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Overrides ReadOnly Property SignatureAlgorithm As String Get |
C# |
---|
public override string SignatureAlgorithm { get; } |
Field Value
The name of the signature algorithm.Remarks
DiffieHellman does not support signatures. This property will throw an exception.