共用方式為


RoleManager<TRole>.SupportsRoleClaims 屬性

定義

取得旗標,指出基礎持續性存放區是否支援 Claim 角色。

public:
 virtual property bool SupportsRoleClaims { bool get(); };
public virtual bool SupportsRoleClaims { get; }
member this.SupportsRoleClaims : bool
Public Overridable ReadOnly Property SupportsRoleClaims As Boolean

屬性值

如果基礎持續性存放區支援 Claim 角色,則為 true,否則為 false。

適用於