4 references to NewSha1HashAlgorithm
System.IdentityModel (4)
System\IdentityModel\CryptoHelper.cs (1)
574
using (HashAlgorithm hasher = CryptoHelper.
NewSha1HashAlgorithm
())
System\IdentityModel\Tokens\RsaSecurityKey.cs (1)
99
return CryptoHelper.
NewSha1HashAlgorithm
();
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
272
return CryptoHelper.
NewSha1HashAlgorithm
();
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
178
using (HashAlgorithm hash = CryptoHelper.
NewSha1HashAlgorithm
())