6 references to Caches
System.IdentityModel (6)
System\IdentityModel\Configuration\IdentityConfiguration.cs (5)
566if (element.Caches.IsConfigured) 568if (element.Caches.TokenReplayCache.IsConfigured) 570handlerConfiguration.Caches.TokenReplayCache = CustomTypeElement.Resolve<TokenReplayCache>(element.Caches.TokenReplayCache); 573if (element.Caches.SessionSecurityTokenCache.IsConfigured) 575handlerConfiguration.Caches.SessionSecurityTokenCache = CustomTypeElement.Resolve<SessionSecurityTokenCache>(element.Caches.SessionSecurityTokenCache);
System\IdentityModel\Configuration\IdentityConfigurationElement.cs (1)
129Caches.IsConfigured ||