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.
public KeyedHasherProxy(Func<KeyedHashAlgorithm> algorithmFactory)
algorithmFactory
: Func<KeyedHashAlgorithm>
A delegate that returns the implementation of a keyed-hash algorithm.
Exception | Description |
---|---|
System.ArgumentNullException | algorithmFactory is null . |
This document is generated by DG.