RsaCryptographyHelper Class

Methods to assist with RSA cryptography operations

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
C#
public class RsaCryptographyHelper : ISignData
Inheritance
Object    RsaCryptographyHelper
Implements
ISignData

Constructors

RsaCryptographyHelperInitializes a new instance of the RsaCryptographyHelper class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Hash Generates a one-way hash of arbitrary data using a pre-defined algorithm
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Sign Signs a Hash(String) of arbitrary data using a pre-defined algorithm
ToStringReturns a string that represents the current object.
(Inherited from Object)
Verify Verifies that a signature is valid after the data is Signed

See Also