6 references to HMAC_SHA256
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
Cng\CachedAlgorithmHandlesTests.cs (1)
76
getter: () => CachedAlgorithmHandles.
HMAC_SHA256
,
Microsoft.AspNetCore.Cryptography.KeyDerivation (1)
PBKDF2\Win7Pbkdf2Provider.cs (1)
91
return CachedAlgorithmHandles.
HMAC_SHA256
;
Microsoft.AspNetCore.DataProtection (1)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
82
else if (configuration.HashAlgorithm == Constants.BCRYPT_SHA256_ALGORITHM) { algorithmHandle = CachedAlgorithmHandles.
HMAC_SHA256
; }
Microsoft.AspNetCore.DataProtection.Tests (3)
Cng\CbcAuthenticatedEncryptorTests.cs (3)
23
hmacAlgorithmHandle: CachedAlgorithmHandles.
HMAC_SHA256
);
44
hmacAlgorithmHandle: CachedAlgorithmHandles.
HMAC_SHA256
);
91
hmacAlgorithmHandle: CachedAlgorithmHandles.
HMAC_SHA256
,