3 references to NewSha1HashAlgorithm
System.ServiceModel (3)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticatorState.cs (1)
35this.negotiationDigest = CryptoHelper.NewSha1HashAlgorithm();
System\ServiceModel\Security\SspiNegotiationTokenProviderState.cs (1)
30this.negotiationDigest = CryptoHelper.NewSha1HashAlgorithm();
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
262using (HashAlgorithm hasher = CryptoHelper.NewSha1HashAlgorithm())