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