LdapSettings.ClaimsCacheSlidingExpiration Property

Definition

The sliding expiration that should be used for entries in the cache for user claims, defaults to 10 minutes. This is a sliding expiration that will extend each time claims for a user is retrieved.

public:
 property TimeSpan ClaimsCacheSlidingExpiration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan ClaimsCacheSlidingExpiration { get; set; }
member this.ClaimsCacheSlidingExpiration : TimeSpan with get, set
Public Property ClaimsCacheSlidingExpiration As TimeSpan

Property Value

Applies to