DSACryptoServiceProvider: CreateSignature

CreateSignature

Creates a new signature for the hash value.



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

Parameters

RgbHash
[ByRef] Byte. The hash value to be signed.

Return Values

Byte() -  The hash value signature.

Remarks

Only SHA1 hash values are supported.

See Also

Project CorLib Overview

Class DSACryptoServiceProvider Overview