Mono Class Library: Overview

System.Security.Cryptography.AsymmetricSignatureDeformatter: Method Members

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

See Also: Inherited members from System.Object

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.