3 references to GetHashAlgorithm
Microsoft.AspNetCore.Cryptography.Internal (3)
Cng\CachedAlgorithmHandles.cs (3)
21
private static CachedAlgorithmInfo _sha1 = new CachedAlgorithmInfo(() =>
GetHashAlgorithm
(algorithm: Constants.BCRYPT_SHA1_ALGORITHM));
22
private static CachedAlgorithmInfo _sha256 = new CachedAlgorithmInfo(() =>
GetHashAlgorithm
(algorithm: Constants.BCRYPT_SHA256_ALGORITHM));
23
private static CachedAlgorithmInfo _sha512 = new CachedAlgorithmInfo(() =>
GetHashAlgorithm
(algorithm: Constants.BCRYPT_SHA512_ALGORITHM));