2 references to BCRYPT_SHA256_ALGORITHM
Microsoft.AspNetCore.Cryptography.Internal (2)
Cng\CachedAlgorithmHandles.cs (2)
18
private static CachedAlgorithmInfo _hmacSha256 = new CachedAlgorithmInfo(() => GetHmacAlgorithm(algorithm: Constants.
BCRYPT_SHA256_ALGORITHM
));
22
private static CachedAlgorithmInfo _sha256 = new CachedAlgorithmInfo(() => GetHashAlgorithm(algorithm: Constants.
BCRYPT_SHA256_ALGORITHM
));