6 references to TokenReplayCache
System.IdentityModel (6)
System\IdentityModel\Configuration\IdentityConfiguration.cs (4)
568
if (element.Caches.
TokenReplayCache
.IsConfigured)
570
handlerConfiguration.Caches.TokenReplayCache = CustomTypeElement.Resolve<TokenReplayCache>(element.Caches.
TokenReplayCache
);
670
if (element.Caches.
TokenReplayCache
.IsConfigured)
672
handlerConfiguration.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
48
return this.
TokenReplayCache
!= null || this.SessionSecurityTokenCache != null;