Login.CookieExpiration Property

Definition

Gets or sets the configuration settings of the session cookie's expiration.

[Newtonsoft.Json.JsonProperty(PropertyName="cookieExpiration")]
public Microsoft.Azure.Management.WebSites.Models.CookieExpiration CookieExpiration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cookieExpiration")>]
member this.CookieExpiration : Microsoft.Azure.Management.WebSites.Models.CookieExpiration with get, set
Public Property CookieExpiration As CookieExpiration

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to