TokenHandler.TokenLifetimeInMinutes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the token lifetime in minutes.
public int TokenLifetimeInMinutes { get; set; }
member this.TokenLifetimeInMinutes : int with get, set
Public Property TokenLifetimeInMinutes As Integer
Property Value
Exceptions
'value' less than 1.
Remarks
Used during token creation to set the default expiration ('exp').