DSA: CreateSignature

CreateSignature

Creates a signature for a hash value.



 Public Function CreateSignature(
	  ByRef RgbHash ( ) As Byte ) As Byte ( ) :

Parameters

RgbHash
[ByRef] Byte. The hash value to create a signature for.

Return Values

Byte() -  The signature created for the hash value.

See Also

Project CorLib Overview

Class DSA Overview