Create new HmacHasher with given algorithm
Namespace:
Guardtime.KSI.Crypto.Microsoft.Hashing
Assembly:
ksi-net-api-crypto-microsoft (in ksi-net-api-crypto-microsoft.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic HmacHasher(
HashAlgorithm algorithm
)
Public Sub New (
algorithm As HashAlgorithm
)
public:
HmacHasher(
HashAlgorithm^ algorithm
)
new :
algorithm : HashAlgorithm -> HmacHasher
Parameters
- algorithm
- Type: Guardtime.KSI.HashingHashAlgorithm
HMAC algorithm
See Also