SaltedHash Class | 
Namespace: Galactic.Cryptography
The SaltedHash type exposes the following members.
| Name | Description | |
|---|---|---|
| SaltedHash | Initializes a new instance of the SaltedHash class  | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GenerateHash | 
            Generates a salted hash using the supplied string data.
            A random integer is generated as the salt.
              | |
| GenerateSalt | 
            Generates a random salt using cryptographically secure algorithms.
              | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| VerifyHash | 
            Verifies that the supplied data string matches the value in the supplied hash.
              |