An abstract class that represents the parameters necessary to initialize a hashing algorithm.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public abstract class HashAlgorithmParameters
Visual Basic
Public MustInherit Class HashAlgorithmParameters
Visual C++
public ref class HashAlgorithmParameters abstract

Inheritance Hierarchy

See Also