7 references to HMACSHA512
Microsoft.AspNetCore.Cryptography.KeyDerivation (6)
KeyDerivation.cs (1)
34
if (prf < KeyDerivationPrf.HMACSHA1 || prf > KeyDerivationPrf.
HMACSHA512
)
PBKDF2\ManagedPbkdf2Provider.cs (1)
80
case KeyDerivationPrf.
HMACSHA512
:
PBKDF2\NetCorePbkdf2Provider.cs (1)
33
case KeyDerivationPrf.
HMACSHA512
:
PBKDF2\Win7Pbkdf2Provider.cs (1)
92
case KeyDerivationPrf.
HMACSHA512
:
PBKDF2\Win8Pbkdf2Provider.cs (2)
121
case KeyDerivationPrf.
HMACSHA512
:
204
case KeyDerivationPrf.
HMACSHA512
:
Microsoft.Extensions.Identity.Core (1)
PasswordHasher.cs (1)
135
prf: KeyDerivationPrf.
HMACSHA512
,