Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.55 KB

Assorted.Utils.Crypto.KeyedHasherProxy.md

File metadata and controls

44 lines (28 loc) · 1.55 KB

KeyedHasherProxy Class

Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: objectKeyedHasher KeyedHasherProxy

Wraps a .NET keyed-hash (HMAC) algorithm.

Syntax

public class KeyedHasherProxy : KeyedHasher

Constructors

Constructor Description
KeyedHasherProxy(Func<KeyedHashAlgorithm>) Initializes a new instances of KeyedHasherProxy class with the specified algorithm factory.

Properties

Property Description
Size Gets the size, in bits, of the computed hash code.

Methods

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.

Thread Safety

Any public member of this type, either static or instance, is thread-safe.

See Also


This document is generated by DG.