SecurityTokenServiceConfiguration.MaximumTokenLifetime Property

Definition

Gets or sets the maximum token lifetime for issued tokens.

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

Property Value

The maximum token lifetime for issued tokens. The default is 1 day.

Applies to