Freigeben über


UserClaimsPrincipalFactory<TUser,TRole>.RoleManager Eigenschaft

Definition

Ruft die RoleManager<TRole> für diese Factory ab.

public:
 property Microsoft::AspNetCore::Identity::RoleManager<TRole> ^ RoleManager { Microsoft::AspNetCore::Identity::RoleManager<TRole> ^ get(); };
public Microsoft.AspNetCore.Identity.RoleManager<TRole> RoleManager { get; }
member this.RoleManager : Microsoft.AspNetCore.Identity.RoleManager<'Role (requires 'Role : null)>
Public ReadOnly Property RoleManager As RoleManager(Of TRole)

Eigenschaftswert

Der aktuelle RoleManager<TRole> für diese Factory instance.

Gilt für: