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