Mono Class Library: OverviewSystem.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
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.