Computes the signature for the specified hash value by signing
it with the private key.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Function SignHash ( _ rgbHash As Byte() _ ) As Byte() |
C# |
---|
public byte[] SignHash( byte[] rgbHash ) |
Parameters
- rgbHash
- Type: array<System..::..Byte>[]()[][]
The SHA1 hash of data to be signed.