Initializer Property
Definition
- Namespace
- Cuemon.Security.Cryptography
- Assemblies
- Cuemon.Security.Cryptography.dll
Initializer
Gets the function delegate responsible for initializing an instance of a HashAlgorithm derived class.
protected Func<TAlgorithm> Initializer { get; }
Property Value
- Func<TAlgorithm>
The function delegate responsible for initializing an instance of a HashAlgorithm derived class.