LdapSettings.ClaimsCacheSlidingExpiration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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