1 write to removeOldestTokensOnCacheFull
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (1)
37
this.
removeOldestTokensOnCacheFull
= removeOldestTokensOnCacheFull;
2 references to removeOldestTokensOnCacheFull
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenResolver.cs (2)
39
this.tokenCache = new SecurityContextTokenCache(this.capacity, this.
removeOldestTokensOnCacheFull
, clockSkew);
62
return this.
removeOldestTokensOnCacheFull
;