MicrosoftCryptoProviderCreateHmacHasher Method
|
Get HMAC hasher.
Namespace:
Guardtime.KSI.Crypto.Microsoft
Assembly:
ksi-net-api-crypto-microsoft (in ksi-net-api-crypto-microsoft.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic IHmacHasher CreateHmacHasher(
HashAlgorithm algorithm
)
Public Function CreateHmacHasher (
algorithm As HashAlgorithm
) As IHmacHasher
public:
virtual IHmacHasher^ CreateHmacHasher(
HashAlgorithm^ algorithm
) sealed
abstract CreateHmacHasher :
algorithm : HashAlgorithm -> IHmacHasher
override CreateHmacHasher :
algorithm : HashAlgorithm -> IHmacHasher
Parameters
- algorithm
- Type: Guardtime.KSI.HashingHashAlgorithm
HMAC algorithm
Return Value
Type:
IHmacHasherImplements
ICryptoProviderCreateHmacHasher(HashAlgorithm)
See Also