KeyedCryptoHash Constructor
Definition
- Namespace
- Cuemon.Security.Cryptography
- Assemblies
- Cuemon.Security.Cryptography.dll
KeyedCryptoHash(byte[], Action<ConvertibleOptions>)
Initializes a new instance of the KeyedCryptoHash<TAlgorithm> class.
protected KeyedCryptoHash(byte[] secret, Action<ConvertibleOptions> setup)
Parameters
secretbyte[]The secret.
setupAction<ConvertibleOptions>The setup.