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