SessionSecurityTokenHandler.TokenLifetime Property

Definition

Gets or sets the token lifetime.

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

Property Value

The token lifetime. The default is DefaultLifetime.

Exceptions

An attempt to set a time span that is less than or equal to zero occurs.

Remarks

By default, if the <sessionTokenRequirement> element is specified in the configuration file, the TokenLifetime property is initialized to the value of the lifetime attribute by the LoadCustomConfiguration method.

Applies to

See also