Mono Class Library: Overview

System.Security.Cryptography.DSASignatureDeformatter: Method Members

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

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

Public Methods

override
SetHashAlgorithm(string)
Set the hash algorithm to be used to verify the digital signature. For DSA the default (and only acceptable) hash algorithm is SHA-1.
override
SetKey(AsymmetricAlgorithm)
Set the public key to be used to verify signatures.
override
VerifySignature(byte[], byte[]) : bool
Verify the signature for the specified hash value using the DSA public key.