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.

Return Value

The DSA signature for the specified hash value.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also