AuthenticationProperties.AllowRefresh 属性

定义

获取或设置是否应允许刷新身份验证会话。

public:
 property Nullable<bool> AllowRefresh { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? AllowRefresh { get; set; }
member this.AllowRefresh : Nullable<bool> with get, set
Public Property AllowRefresh As Nullable(Of Boolean)

属性值

适用于