ApplicationUserManager Constructor

Blog

ApplicationUserManager Constructor

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the ApplicationUserManager class

Namespace:  Blog
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ApplicationUserManager(
	IUserStore<ApplicationUser> store
)
Blog.ApplicationUserManager = function(store);

Parameters

store
Type: IUserStoreApplicationUser

[Missing <param name="store"/> documentation for "M:Blog.ApplicationUserManager.#ctor(Microsoft.AspNet.Identity.IUserStore{Blog.Models.ApplicationUser})"]

Remarks

[Missing <remarks> documentation for "M:Blog.ApplicationUserManager.#ctor(Microsoft.AspNet.Identity.IUserStore{Blog.Models.ApplicationUser})"]

See Also