Mono Class Library: OverviewSystem.Security.Cryptography.AsymmetricSignatureDeformatter: Method Members |
The methods of System.Security.Cryptography.AsymmetricSignatureDeformatter are listed below. For a list of all members, see the AsymmetricSignatureDeformatter Members list.
See Also: Inherited members from System.Object
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.