CookieExpiration.TimeToExpiration Property

Definition

Gets or sets the time after the request is made when the session cookie should expire.

[Newtonsoft.Json.JsonProperty(PropertyName="timeToExpiration")]
public string TimeToExpiration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="timeToExpiration")>]
member this.TimeToExpiration : string with get, set
Public Property TimeToExpiration As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to