Mono Class Library: Overview

System.Security.Cryptography.AsymmetricSignatureDeformatter: Members

The members of System.Security.Cryptography.AsymmetricSignatureDeformatter are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Constructor, no idea why it is here (abstract class) :-)

Public Methods

abstract
SetHashAlgorithm(string)
Sets the hash algorithm used for verifying a signature.
abstract
SetKey(AsymmetricAlgorithm)
Set the key pair.
abstract
VerifySignature(byte[], byte[]) : bool
Verifies the given signature.
VerifySignature(HashAlgorithm, byte[]) : bool
Verifies the given signature with the given hash algorithm object.