Mono Class Library: OverviewSystem.Security.Cryptography.DSASignatureDeformatter: Method Members |
The methods of System.Security.Cryptography.DSASignatureDeformatter are listed below. For a list of all members, see the DSASignatureDeformatter Members list.
See Also: Inherited members from System.Security.Cryptography.AsymmetricSignatureDeformatter
overrideSetHashAlgorithm(string) Set the hash algorithm to be used to verify the digital signature. For DSA the default (and only acceptable) hash algorithm is SHA-1. overrideSetKey(AsymmetricAlgorithm) Set the public key to be used to verify signatures. overrideVerifySignature(byte[], byte[]) : bool Verify the signature for the specified hash value using the DSA public key.