3 writes to maxCachedCookies
System.ServiceModel (3)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
44this.maxCachedCookies = other.maxCachedCookies; 341this.maxCachedCookies = value; 360this.maxCachedCookies = NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>.defaultServerMaxCachedTokens;
2 references to maxCachedCookies
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
44this.maxCachedCookies = other.maxCachedCookies; 332return this.maxCachedCookies;