5 references to CreateHmac
System.Security.Cryptography (5)
System\Security\Cryptography\HashProviderDispenser.Unix.cs (1)
170
_liteHmac = LiteHashProvider.
CreateHmac
(hashAlgorithmId, key);
System\Security\Cryptography\LiteHashProvider.cs (4)
63
LiteHmac hash =
CreateHmac
(hashAlgorithmId, key);
74
LiteHmac hash =
CreateHmac
(hashAlgorithmId, key);
92
LiteHmac hash =
CreateHmac
(hashAlgorithmId, key);
107
LiteHmac hash =
CreateHmac
(hashAlgorithmId, key);