6 references to Caches
System.IdentityModel (6)
System\IdentityModel\Configuration\IdentityConfiguration.cs (5)
668if (element.Caches.IsConfigured) 670if (element.Caches.TokenReplayCache.IsConfigured) 672handlerConfiguration.Caches.TokenReplayCache = CustomTypeElement.Resolve<TokenReplayCache>(element.Caches.TokenReplayCache); 675if (element.Caches.SessionSecurityTokenCache.IsConfigured) 677handlerConfiguration.Caches.SessionSecurityTokenCache = CustomTypeElement.Resolve<SessionSecurityTokenCache>(element.Caches.SessionSecurityTokenCache);
System\IdentityModel\Configuration\SecurityTokenHandlerConfigurationElement.cs (1)
107Caches.IsConfigured ||