5 references to defaultServerMaxActiveNegotiations
System.ServiceModel (5)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (1)
352this.MaxStatefulNegotiations = NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>.defaultServerMaxActiveNegotiations;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
35[ConfigurationProperty(ConfigurationStrings.MaxStatefulNegotiations, DefaultValue = SpnegoTokenAuthenticator.defaultServerMaxActiveNegotiations)]
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
444this.maximumCachedNegotiationState = defaultServerMaxActiveNegotiations; 449this.maximumConcurrentNegotiations = defaultServerMaxActiveNegotiations;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
61this.maximumConcurrentNegotiations = AcceleratedTokenAuthenticator.defaultServerMaxActiveNegotiations;