DSACryptoServiceProvider: VerifySignature

VerifySignature

Verifies the signature for the hash value.



 Public Function VerifySignature(
	  ByRef RgbHash ( ) As Byte,
	  ByRef RgbSignature ( ) As Byte ) As Boolean

Parameters

RgbHash
[ByRef] Byte. The hash value to verify the signature of.
RgbSignature
[ByRef] Byte. The signature to be verified.

Return Values

Boolean -  Returns True if the signature if valid, False otherwise.

Remarks

Only SHA1 hash values are supported.

See Also

Project CorLib Overview

Class DSACryptoServiceProvider Overview