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