20 references to SHA256
System.Security.Cryptography (20)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
2291hashAlgorithmIdentifier = HashAlgorithmNames.SHA256;
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RsaPaddingProcessor.cs (1)
83case HashAlgorithmNames.SHA256:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
541case HashAlgorithmNames.SHA256:
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
199case HashAlgorithmNames.SHA256:
System\Security\Cryptography\CryptographicOperations.cs (1)
1102case HashAlgorithmNames.SHA256:
System\Security\Cryptography\HashAlgorithmNames.cs (3)
36return HashAlgorithmNames.SHA256; 53if (hashAlgorithmName.Equals(SHA256, StringComparison.OrdinalIgnoreCase)) 55return SHA256;
System\Security\Cryptography\HashProviderDispenser.Windows.cs (3)
37case HashAlgorithmNames.SHA256: 61case HashAlgorithmNames.SHA256: 211else if (hashAlgorithmId == HashAlgorithmNames.SHA256)
System\Security\Cryptography\Helpers.cs (1)
424case HashAlgorithmNames.SHA256:
System\Security\Cryptography\HMACCommon.cs (1)
73case HashAlgorithmNames.SHA256:
System\Security\Cryptography\HMACSHA256.cs (3)
23static string IHMACStatic.HashAlgorithmName => HashAlgorithmNames.SHA256; 46this.HashName = HashAlgorithmNames.SHA256; 47_hMacCommon = new HMACCommon(HashAlgorithmNames.SHA256, key, BlockSize);
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (1)
206case HashAlgorithmNames.SHA256:
System\Security\Cryptography\SHA256.cs (2)
24static string IHashStatic.HashAlgorithmName => HashAlgorithmNames.SHA256; 193_hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA256);
System\Security\Cryptography\SHA256Managed.cs (1)
18_hashProvider = HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.SHA256);