The members of System.Security.Cryptography.DSASignatureDeformatter are listed below.
See Also: Inherited members from System.Security.Cryptography.AsymmetricSignatureDeformatter
Public Constructors
| | Create a new instance of the class. |
| | Create a new instance of the class with the specified asymmetric key. |
Public Methods
override | SetHashAlgorithm(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. |
override | SetKey(AsymmetricAlgorithm)Set the public key to be used to verify signatures. |
override | VerifySignature(byte[], byte[]) : boolVerify the signature for the specified hash value using the DSA public key. |