| Hash Class | 
Namespace: VirtualRadar.Interface.Settings
The Hash type exposes the following members.
| Name | Description | |
|---|---|---|
| Hash | 
            Creates a new object.
              | |
| Hash(Int32) | 
            Creates a new object.
              | |
| Hash(String) | 
            Creates a new object.
              | |
| Hash(Int32, String) | 
            Creates a new object.
              | 
| Name | Description | |
|---|---|---|
| Buffer | 
            Gets the hash of the password. Callers can set this list to be the full byte sequence of the hash or read the hash from here.
              | |
| Version | 
            Gets or sets the version of the hashing algorithm used to produce Buffer.
              | 
| Name | Description | |
|---|---|---|
| Equals | (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.) | |
| 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.) | |
| PasswordMatches | 
            Returns true if the text passed across hashes into the same byte sequence held within Buffer.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | 
| Name | Description | |
|---|---|---|
| LatestVersion | 
            The version of the hashing algorithm used. If a new algorithm is implemented support should remain for hashes in older
            algorithms.
              |