2 references to HMACSHA256
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\ManagedPbkdf2Provider.cs (1)
79return new HMACSHA256(passwordBytes);
System.Security.Cryptography (1)
System\Security\Cryptography\HMACSHA256.cs (1)
31: this(RandomNumberGenerator.GetBytes(BlockSize))