SignHash
Creates a signature for a hash value.
Public Function SignHash(
ByRef RgbHash ( ) As Byte,
ByRef Str As String ) As Byte ( )
Parameters
- RgbHash
-
[ByRef]
Byte.
The hash to create a signature for.
- Str
-
[ByRef]
String.
The type of hash used to create the hash value.
Return Values
Byte() - A byte array representing the signature for the hash value.
Remarks
Only SHA1 hash values are supported.
See Also
Project CorLib Overview
Class DSACryptoServiceProvider Overview