Mono Class Library: Overview

System.Security.Cryptography.AsymmetricSignatureFormatter: Method Members

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

See Also: Inherited members from System.Object

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.