Share via


CookieExpiration.Convention Property

Definition

Gets or sets the convention used when determining the session cookie's expiration. Possible values include: 'FixedTime', 'IdentityProviderDerived'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to