Share via


LdapSettings.ClaimsCacheAbsoluteExpiration Property

Definition

The absolute expiration that should be used for entries in the cache for user claims, defaults to 60 minutes. This is an absolute expiration that starts when a claims for a user is retrieved for the first time.

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

Property Value

Applies to