AuthenticationProperties.IsPersistent Property

Definition

Gets or sets whether the authentication session is persisted across multiple requests.

public:
 property bool IsPersistent { bool get(); void set(bool value); };
public bool IsPersistent { get; set; }
member this.IsPersistent : bool with get, set
Public Property IsPersistent As Boolean

Property Value

Applies to