3 references to HMACSHA1
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\ManagedPbkdf2Provider.cs (1)
77
return new
HMACSHA1
(passwordBytes);
System.Security.Cryptography (2)
System\Security\Cryptography\HMACSHA1.cs (2)
32
:
this
(RandomNumberGenerator.GetBytes(BlockSize))
52
public HMACSHA1(byte[] key, bool useManagedSha1) :
this
(key)