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