The members of System.Security.Cryptography.DSASignatureDeformatter are listed below.
See Also: Inherited members from System.Security.Cryptography.AsymmetricSignatureDeformatter
Create a new instance of the class. Create a new instance of the class with the specified asymmetric key.
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.