LdapSettings.ClaimsCacheAbsoluteExpiration Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
L’expiration absolue qui doit être utilisée pour les entrées dans le cache pour les revendications utilisateur, est par défaut de 60 minutes. Il s’agit d’une expiration absolue qui commence lorsqu’une revendication d’un utilisateur est récupérée pour la première fois.
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