Share via


UserManager<TUser, TKey>.Store Property

Gets or sets the persistence abstraction that the UserManager operates against.

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

protected internal IUserStore<TUser, TKey> Store { get; set; }

Property Value

Type: Microsoft.AspNet.Identity.IUserStore<TUser, TKey>
The persistence abstraction that the UserManager operates against.

See Also

Reference

UserManager<TUser, TKey> Class

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity