Click or drag to resize

ISignData Interface

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

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

The ISignData type exposes the following members.

Methods
 NameDescription
Public methodHash Generates a one-way hash of arbitrary data using a pre-defined algorithm
Public methodSign Signs a Hash(String) of arbitrary data using a pre-defined algorithm
Public methodVerify Verifies that a signature is valid after the data is Signed
Top
See Also