public abstract class Hasher : IDisposablePublic MustInherit Class Hasher
Implements IDisposablepublic ref class Hasher abstract : IDisposableGemstone.Security.Cryptography.Blake2BHash.Hasher = function();
Type.createClass(
'Gemstone.Security.Cryptography.Blake2BHash.Hasher',
null,
IDisposable);| Hasher | Initializes a new instance of the Hasher class |
| AsHashAlgorithm | Create a HashAlgorithm from this. |
| Dispose | Zero and release sensitive resources. |
| Dispose(Boolean) | Disposes resources if disposing is true. |
| 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) |
| Finish | Generate the hash from the hash's state. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Init | Initialize for hash generation. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Update(Byte) | Update the hash's state with the given data. |
| Update(Byte, Int32, Int32) | Update the hash's state with the given data. |