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