Condividi tramite


UserClaimsPrincipalFactory<TUser,TRole>.RoleManager Proprietà

Definizione

Ottiene l'oggetto RoleManager<TRole> per questa factory.

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)

Valore della proprietà

Corrente RoleManager<TRole> per questa istanza di factory.

Si applica a