LdapSettings.ClaimsCacheAbsoluteExpiration 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 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