Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.06 KB

Assorted.Utils.Crypto.KeyedHasherProxy.-ctor.md

File metadata and controls

32 lines (20 loc) · 1.06 KB

KeyedHasherProxy.KeyedHasherProxy(Func<KeyedHashAlgorithm>) Constructor

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

Initializes a new instances of KeyedHasherProxy class with the specified algorithm factory.

Syntax

public KeyedHasherProxy(Func<KeyedHashAlgorithm> algorithmFactory)

Parameters

algorithmFactory: Func<KeyedHashAlgorithm>
A delegate that returns the implementation of a keyed-hash algorithm.

Exceptions

Exception Description
System.ArgumentNullException algorithmFactory is null.

See Also


This document is generated by DG.