The members of System.Security.Cryptography.DSASignatureFormatter are listed below.
See Also: Inherited members from System.Security.Cryptography.AsymmetricSignatureFormatter
Create a new instance of the class. Create a new instance of the class with the specified asymmetric key.
overrideCreateSignature(byte[]) : byte[] Compute the signature for the specified hash value using the DSA private key. overrideSetHashAlgorithm(string) Set the hash algorithm to be used to compute the digital signature. For DSA the default (and only acceptable) hash algorithm is SHA-1. overrideSetKey(AsymmetricAlgorithm) Set the key pair to be used to compute signatures.