2 references to HMAC_SHA256
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win7Pbkdf2Provider.cs (1)
91return CachedAlgorithmHandles.HMAC_SHA256;
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
82else if (configuration.HashAlgorithm == Constants.BCRYPT_SHA256_ALGORITHM) { algorithmHandle = CachedAlgorithmHandles.HMAC_SHA256; }