SignInManager<TUser>.UserManager Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kullanılan UserManager<TUser> .
protected public:
property Microsoft::AspNetCore::Identity::UserManager<TUser> ^ UserManager { Microsoft::AspNetCore::Identity::UserManager<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::UserManager<TUser> ^ value); };
public:
property Microsoft::AspNetCore::Identity::UserManager<TUser> ^ UserManager { Microsoft::AspNetCore::Identity::UserManager<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::UserManager<TUser> ^ value); };
protected internal Microsoft.AspNetCore.Identity.UserManager<TUser> UserManager { get; set; }
public Microsoft.AspNetCore.Identity.UserManager<TUser> UserManager { get; set; }
member this.UserManager : Microsoft.AspNetCore.Identity.UserManager<'User (requires 'User : null)> with get, set
Protected Friend Property UserManager As UserManager(Of TUser)
Public Property UserManager As UserManager(Of TUser)