Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
KeyedHasher→
KeyedHasherProxy
Wraps a .NET keyed-hash (HMAC) algorithm.
public class KeyedHasherProxy : KeyedHasher
Constructor | Description |
---|---|
KeyedHasherProxy(Func<KeyedHashAlgorithm>) | Initializes a new instances of KeyedHasherProxy class with the specified algorithm factory. |
Property | Description |
---|---|
Size | Gets the size, in bits, of the computed hash code. |
Method | Description |
---|---|
Compute(Byte[], Byte[]) | Returns the keyed-hash code of a specified array of bytes for the given secret key. |
Compute(Byte[], Stream) | Returns the keyed-hash code of content of a specified stream for the given secret key. |
Any public member of this type, either static or instance, is thread-safe.
This document is generated by DG.