Partager via


UserManager<TUser>.Store Propriété

Définition

Obtient ou définit le magasin de persistance sur lequel le gestionnaire opère.

protected public:
 property Microsoft::AspNetCore::Identity::IUserStore<TUser> ^ Store { Microsoft::AspNetCore::Identity::IUserStore<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IUserStore<TUser> ^ value); };
protected internal Microsoft.AspNetCore.Identity.IUserStore<TUser> Store { get; set; }
member this.Store : Microsoft.AspNetCore.Identity.IUserStore<'User (requires 'User : null)> with get, set
Protected Friend Property Store As IUserStore(Of TUser)

Valeur de propriété

Magasin de persistance sur lequel le responsable opère.

S’applique à