1 instantiation of NegotiationTokenAuthenticatorStateCache
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
517this.stateCache = new NegotiationTokenAuthenticatorStateCache<T>(this.NegotiationTimeout, this.MaximumCachedNegotiationState);
1 reference to NegotiationTokenAuthenticatorStateCache
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
36NegotiationTokenAuthenticatorStateCache<T> stateCache;