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