HashCode Members
Include Protected Members
Include Inherited Members
Provides a wrapper for a byte array that represents a hash value of a larger structure or data element.
The HashCode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HashCode([]) | Constructs the class so that the hash code object can be created with an array of bytes representing the hash value. | |
HashCode(String) | Constructs the class to create the hash code object with a base64-encoded string that contains the bytes representing the hash value. |
Top
Properties
Name | Description | |
---|---|---|
Size | Gets the size of the byte array representation of the hash code. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | Determines whether one hash value is equal to another. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns a hash code value. (Overrides Object.GetHashCode().) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | Converts the hash value to a base64-encoded string. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Overloads the equality operator (==) so that it can be used to test the equality between two hash code values. | |
Inequality | Overloads the inequality operator (!=) so that it can be used to test the inequality between two hash code values. |
Top