MessageSignature Class |
Note: This API is now obsolete.
Namespace: PKI.Utils
The MessageSignature type exposes the following members.
Name | Description | |
---|---|---|
SignMessage |
Computes the hash value of the specified byte array using the specified hash algorithm, and signs the resulting hash value.
| |
VerifySignature |
Verifies that a digital signature is valid by determining the hash value in the signature using the provided public
key and comparing it to the hash value of the provided data.
|