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