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