Mono Class Library: Overview

System.Security.Cryptography.AsymmetricSignatureFormatter: Members

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

See Also: Inherited members from System.Object

Protected Constructors

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

Public Methods

abstract
CreateSignature(byte[]) : byte[]
Create a signature with the given hash.
CreateSignature(HashAlgorithm) : byte[]
Create a signature from data with the specified hash algorithm object.
abstract
SetHashAlgorithm(string)
Sets the hash algorithm used for verifying a signature.
abstract
SetKey(AsymmetricAlgorithm)
Set the private key.