9 references to HMACSHA1
Microsoft.AspNetCore.Cryptography.KeyDerivation (6)
KeyDerivation.cs (1)
34if (prf < KeyDerivationPrf.HMACSHA1 || prf > KeyDerivationPrf.HMACSHA512)
PBKDF2\ManagedPbkdf2Provider.cs (1)
76case KeyDerivationPrf.HMACSHA1:
PBKDF2\NetCorePbkdf2Provider.cs (1)
27case KeyDerivationPrf.HMACSHA1:
PBKDF2\Win7Pbkdf2Provider.cs (1)
88case KeyDerivationPrf.HMACSHA1:
PBKDF2\Win8Pbkdf2Provider.cs (2)
115case KeyDerivationPrf.HMACSHA1: 200case KeyDerivationPrf.HMACSHA1:
Microsoft.Extensions.Identity.Core (3)
PasswordHasher.cs (3)
115const KeyDerivationPrf Pbkdf2Prf = KeyDerivationPrf.HMACSHA1; // default for Rfc2898DeriveBytes 203if (prf == KeyDerivationPrf.HMACSHA1 || prf == KeyDerivationPrf.HMACSHA256) 222const KeyDerivationPrf Pbkdf2Prf = KeyDerivationPrf.HMACSHA1; // default for Rfc2898DeriveBytes