6 references to SessionSecurityTokenCache
System.IdentityModel (6)
System\IdentityModel\Configuration\IdentityConfiguration.cs (4)
573if (element.Caches.SessionSecurityTokenCache.IsConfigured) 575handlerConfiguration.Caches.SessionSecurityTokenCache = CustomTypeElement.Resolve<SessionSecurityTokenCache>(element.Caches.SessionSecurityTokenCache); 675if (element.Caches.SessionSecurityTokenCache.IsConfigured) 677handlerConfiguration.Caches.SessionSecurityTokenCache = CustomTypeElement.Resolve<SessionSecurityTokenCache>(element.Caches.SessionSecurityTokenCache);
System\IdentityModel\Configuration\IdentityModelCachesElement.cs (2)
30/// Gets or sets the <see cref="SessionSecurityTokenCache"/> type. This element is optional and the specified custom cache 48return this.TokenReplayCache != null || this.SessionSecurityTokenCache != null;