The following tables list the members exposed by WhirlpoolManaged.
Name | Description | |
---|---|---|
WhirlpoolManaged Constructor |
Name | Description | |
---|---|---|
HashSizeValue | Represents the size, in bits, of the computed hash code. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
State | Represents the state of the hash computation. (Inherited from System.Security.Cryptography.HashAlgorithm) |
Name | Description | |
---|---|---|
CanReuseTransform | Gets a value indicating whether the current transform can be reused. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
CanTransformMultipleBlocks | When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
Hash | Gets the value of the computed hash code. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
HashSize | Gets the size, in bits, of the computed hash code. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
InputBlockSize | When overridden in a derived class, gets the input block size. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
OutputBlockSize | When overridden in a derived class, gets the output block size. (Inherited from System.Security.Cryptography.HashAlgorithm) |
Name | Description | |
---|---|---|
Clear | Releases all resources used by the System.Security.Cryptography.HashAlgorithm class. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
ComputeHash | Overloaded. Computes the hash value for the specified System.IO.Stream object. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
Initialize | Overridden. Re-initializes the hash algorithm data structures. | |
TransformBlock | Computes the hash value for the specified region of the input byte array and copies the specified region of the input byte array to the specified region of the output byte array. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
TransformFinalBlock | Computes the hash value for the specified region of the specified byte array. (Inherited from System.Security.Cryptography.HashAlgorithm) |
Name | Description | |
---|---|---|
Dispose | Releases the unmanaged resources used by the System.Security.Cryptography.HashAlgorithm and optionally releases the managed resources. (Inherited from System.Security.Cryptography.HashAlgorithm) | |
HashCore | Overridden. Adds the provided bytes to the hash | |
HashFinal | Overridden. Returns the resulting hash code |
Reference
WhirlpoolManaged ClassCSharpTest.Net.Crypto Namespace