IssuedSecurityTokenProvider.MaxIssuedTokenCachingTime Propriedade
Definição
Obtém ou define o tempo máximo pelo qual um token emitido será armazenado em cache.Gets or sets the maximum time that an issued token will be cached.
public:
property TimeSpan MaxIssuedTokenCachingTime { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaxIssuedTokenCachingTime { get; set; }
member this.MaxIssuedTokenCachingTime : TimeSpan with get, set
Public Property MaxIssuedTokenCachingTime As TimeSpan
Valor da propriedade
Um TimeSpan valor que representa o tempo máximo que um token emitido será armazenado em cache.A TimeSpan that represents the maximum time that an issued token will be cached.