3 overrides of OnQuotaReached
System.ServiceModel (3)
System\ServiceModel\Security\NegotiationTokenAuthenticatorStateCache.cs (1)
55
protected override ArrayList
OnQuotaReached
(Hashtable cacheTable)
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
213
protected override ArrayList
OnQuotaReached
(Hashtable cacheTable)
System\ServiceModel\Security\Tokens\WindowsUserNameCachingSecurityTokenAuthenticator.cs (1)
53
protected override ArrayList
OnQuotaReached
(Hashtable cacheTable)
2 references to OnQuotaReached
System.ServiceModel (2)
System\ServiceModel\Security\SecurityContextTokenCache.cs (1)
218
return base.
OnQuotaReached
(cacheTable);
System\ServiceModel\Security\TimeBoundedCache.cs (1)
316
keysToBeRemoved = this.
OnQuotaReached
(this.entries);