UserManager<TUser>.Store Ö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.
Yöneticinin üzerinde çalıştığı kalıcılık depoyu alır veya ayarlar.
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)
Özellik Değeri
Yöneticinin üzerinde çalıştığı kalıcılık deposu.