次の方法で共有


UserManager<TUser>.Store プロパティ

定義

マネージャーが操作する永続化ストアを取得または設定します。

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)

プロパティ値

マネージャーが操作する永続化ストア。

適用対象