4 references to NewSha256HashAlgorithm
System.IdentityModel (4)
System\IdentityModel\Tokens\RsaSecurityKey.cs (1)
101return CryptoHelper.NewSha256HashAlgorithm();
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1674using (HashAlgorithm hashAlgorithm = CryptoHelper.NewSha256HashAlgorithm())
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
814using (HashAlgorithm hashAlgorithm = CryptoHelper.NewSha256HashAlgorithm())
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
274return CryptoHelper.NewSha256HashAlgorithm();