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