Share via


AuthenticationProperties.IsPersistent Property

 

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

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

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

Property Value

Type: System.Boolean

Returns Boolean.

See Also

AuthenticationProperties Class
Microsoft.Owin.Security Namespace

Return to top