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