3 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)
38: this(RandomNumberGenerator.GetBytes(BlockSize))
System.ServiceModel.Primitives (1)
System\IdentityModel\CryptoHelper.cs (1)
82return new HMACSHA256(key);