6 references to HMAC_SHA256
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
76getter: () => CachedAlgorithmHandles.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; }
Microsoft.AspNetCore.DataProtection.Tests (3)
Cng\CbcAuthenticatedEncryptorTests.cs (3)
23hmacAlgorithmHandle: CachedAlgorithmHandles.HMAC_SHA256); 44hmacAlgorithmHandle: CachedAlgorithmHandles.HMAC_SHA256); 91hmacAlgorithmHandle: CachedAlgorithmHandles.HMAC_SHA256,