3 writes to MaximumCachedNegotiationState
System.ServiceModel (3)
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (3)
113authenticator.MaximumCachedNegotiationState = localServiceSettings.MaxStatefulNegotiations; 161authenticator.MaximumCachedNegotiationState = localServiceSettings.MaxStatefulNegotiations; 225authenticator.MaximumCachedNegotiationState = localServiceSettings.MaxStatefulNegotiations;
1 reference to MaximumCachedNegotiationState
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
517this.stateCache = new NegotiationTokenAuthenticatorStateCache<T>(this.NegotiationTimeout, this.MaximumCachedNegotiationState);