UserClaimsPrincipalFactory<TUser,TRole>.RoleManager Vlastnost

Definice

Získá pro tuto továrnu RoleManager<TRole> .

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)

Hodnota vlastnosti

Aktuální pro RoleManager<TRole> tuto instanci továrny.

Platí pro