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
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
Public Property AllowRefresh As Nullable(Of Boolean)
Property Value
Type: System.Nullable<Boolean>
Returns Nullable<T>.
See Also
AuthenticationProperties Class
Microsoft.Owin.Security Namespace
Return to top