HashCode Constructor
Include Protected Members
Include Inherited Members
Constructs the class with various options.
Overload List
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