Click or drag to resize

MessageSignature Methods

The MessageSignature type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSignMessage
Computes the hash value of the specified byte array using the specified hash algorithm, and signs the resulting hash value.
Public methodStatic memberVerifySignature
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.
Top
See Also