VerifyData
Verifies the signature for the specified data.
Public Function VerifyData(
ByRef RgbData ( ) As Byte,
ByRef Signature ( ) As Byte ) As Boolean
Parameters
- RgbData
-
[ByRef]
Byte.
The data to verify the signature of.
- Signature
-
[ByRef]
Byte.
The signature to be verified.
Return Values
Boolean - Returns True if the signature if valid for the data, False otherwise.
See Also
Project CorLib Overview
Class DSACryptoServiceProvider Overview