AuthenticationProperties.AllowRefresh Property

Gets or sets if refreshing the authentication session should be allowed.

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

Syntax

'Declaration
Public Property AllowRefresh As Nullable(Of Boolean)
    Get 
    Set
'Usage
Dim instance As AuthenticationProperties 
Dim value As Nullable(Of Boolean)

value = instance.AllowRefresh

instance.AllowRefresh = value
public Nullable<bool> AllowRefresh { get; set; }
public:
property Nullable<bool> AllowRefresh {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
member AllowRefresh : Nullable<bool> with get, set
function get AllowRefresh () : Nullable<boolean>
function set AllowRefresh (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>
Returns Nullable<T>.

See Also

Reference

AuthenticationProperties Class

Microsoft.Owin.Security Namespace