1 write to stateCache
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
517this.stateCache = new NegotiationTokenAuthenticatorStateCache<T>(this.NegotiationTimeout, this.MaximumCachedNegotiationState);
3 references to stateCache
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (3)
753negotiationState = this.stateCache.GetState(context); 785this.stateCache.AddState(context, negotiationState); 869stateCache.RemoveState(context);