AspNetRoleManager<TRole> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 API 來管理持續性存放區中的角色。
generic <typename TRole>
where TRole : classpublic ref class AspNetRoleManager : Microsoft::AspNetCore::Identity::RoleManager<TRole>, IDisposable
public class AspNetRoleManager<TRole> : Microsoft.AspNetCore.Identity.RoleManager<TRole>, IDisposable where TRole : class
type AspNetRoleManager<'Role (requires 'Role : null)> = class
inherit RoleManager<'Role (requires 'Role : null)>
interface IDisposable
Public Class AspNetRoleManager(Of TRole)
Inherits RoleManager(Of TRole)
Implements IDisposable
類型參數
- TRole
封裝角色的類型。
- 繼承
- 實作
建構函式
屬性
CancellationToken |
如果無法使用,則為與目前 HttpCoNtext.RequestAborted 或 CancellationToken.None 相關聯的解除標記。 |
ErrorDescriber |
IdentityErrorDescriber取得用來提供者錯誤訊息的 。 (繼承來源 RoleManager<TRole>) |
KeyNormalizer |
取得將角色名稱正規化為索引鍵時要使用的正規化程式。 (繼承來源 RoleManager<TRole>) |
Logger |
ILogger取得用來記錄管理員訊息的 。 (繼承來源 RoleManager<TRole>) |
Roles |
如果持續性存放區為 IQueryableRoleStore<TRole> ,則取得 Roles 的 IQueryable 集合,否則會擲回 NotSupportedException 。 (繼承來源 RoleManager<TRole>) |
RoleValidators |
取得驗證程式的清單,讓角色在持續性之前呼叫。 (繼承來源 RoleManager<TRole>) |
Store |
取得這個實例運作的持續性存放區。 (繼承來源 RoleManager<TRole>) |
SupportsQueryableRoles |
取得旗標,指出基礎持續性存放區是否支援傳回 IQueryable 角色集合。 (繼承來源 RoleManager<TRole>) |
SupportsRoleClaims |
取得旗標,指出基礎持續性存放區是否支援 Claim 角色。 (繼承來源 RoleManager<TRole>) |