UserClaimsPrincipalFactory<TUser>.UserManager 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
UserManager<TUser>取得這個處理站的 。
public:
property Microsoft::AspNetCore::Identity::UserManager<TUser> ^ UserManager { Microsoft::AspNetCore::Identity::UserManager<TUser> ^ get(); };
public Microsoft.AspNetCore.Identity.UserManager<TUser> UserManager { get; }
member this.UserManager : Microsoft.AspNetCore.Identity.UserManager<'User (requires 'User : null)>
Public ReadOnly Property UserManager As UserManager(Of TUser)
屬性值
這個 Factory 實例的目前 UserManager<TUser> 。