SessionSecurityTokenHandler.TokenLifetime Proprietà

Definizione

Ottiene o imposta la durata del token.

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

Valore della proprietà

Durata del token. Il valore predefinito è DefaultLifetime.

Eccezioni

Si è verificato un tentativo di impostare un in intervallo di tempo inferiore o uguale a zero.

Commenti

Per impostazione predefinita, se l'elemento <sessionTokenRequirement> viene specificato nel file di configurazione, la TokenLifetime proprietà viene inizializzata sul valore dell'attributo lifetime dal LoadCustomConfiguration metodo .

Si applica a

Vedi anche