2 references to defaultServerMaxCachedTokens
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (1)
360
this.maxCachedCookies = NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>.
defaultServerMaxCachedTokens
;
System\ServiceModel\Configuration\LocalServiceSecuritySettingsElement.cs (1)
120
[ConfigurationProperty(ConfigurationStrings.MaxCachedCookies, DefaultValue = SpnegoTokenAuthenticator.
defaultServerMaxCachedTokens
)]