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