An abstract class that represents the parameters necessary to initialize a hashing algorithm.
Namespace: LLCryptoLib.HashAssembly: 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
System..::..Object
LLCryptoLib.Hash..::..HashAlgorithmParameters
LLCryptoLib.Hash..::..CRCParameters
LLCryptoLib.Hash..::..FNVParameters
LLCryptoLib.Hash..::..GHashParameters
LLCryptoLib.Hash..::..HAVALParameters
LLCryptoLib.Hash..::..Snefru2Parameters
LLCryptoLib.Hash..::..HashAlgorithmParameters
LLCryptoLib.Hash..::..CRCParameters
LLCryptoLib.Hash..::..FNVParameters
LLCryptoLib.Hash..::..GHashParameters
LLCryptoLib.Hash..::..HAVALParameters
LLCryptoLib.Hash..::..Snefru2Parameters