Mono Class Library: OverviewSystem.Security.Cryptography.AsymmetricSignatureFormatter: Members |
The members of System.Security.Cryptography.AsymmetricSignatureFormatter are listed below.
See Also: Inherited members from System.Object
Constructor, no idea why it is here (abstract class) :-)
abstractCreateSignature(byte[]) : byte[] Create a signature with the given hash.CreateSignature(HashAlgorithm) : byte[] Create a signature from data with the specified hash algorithm object. abstractSetHashAlgorithm(string) Sets the hash algorithm used for verifying a signature. abstractSetKey(AsymmetricAlgorithm) Set the private key.