ISignData Interface

Defines the methods used to sign data and to verify the signature

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public interface ISignData

Methods

Hash Generates a one-way hash of arbitrary data using a pre-defined algorithm
Sign Signs a Hash(String) of arbitrary data using a pre-defined algorithm
Verify Verifies that a signature is valid after the data is Signed

See Also