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