Mono Class Library: Overview

System.Security.Cryptography.DSASignatureFormatter: Method Members

The methods of System.Security.Cryptography.DSASignatureFormatter are listed below. For a list of all members, see the DSASignatureFormatter Members list.

See Also: Inherited members from System.Security.Cryptography.AsymmetricSignatureFormatter

Public Methods

override
CreateSignature(byte[]) : byte[]
Compute the signature for the specified hash value using the DSA private key.
override
SetHashAlgorithm(string)
Set the hash algorithm to be used to compute the digital signature. For DSA the default (and only acceptable) hash algorithm is SHA-1.
override
SetKey(AsymmetricAlgorithm)
Set the key pair to be used to compute signatures.