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