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