1 write to negotiationDigest
System.ServiceModel (1)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticatorState.cs (1)
35this.negotiationDigest = CryptoHelper.NewSha1HashAlgorithm();
3 references to negotiationDigest
System.ServiceModel (3)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticatorState.cs (3)
62return this.negotiationDigest; 122if (this.negotiationDigest != null) 124((IDisposable)this.negotiationDigest).Dispose();