DSAManaged.SignHash Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
SignHash(Byte[])
Computes the signature for the specified hash value by signing it with the private key.
Declaration
public byte[] SignHash(byte[] rgbHash)Parameters
| Type | Name | Description | 
|---|---|---|
| Byte[] | rgbHash | The SHA1 hash of data to be signed. | 
Returns
| Type | Description | 
|---|---|
| Byte[] | The DSA signature for the specified hash value. |