A Sandcastle Documented MVC project - 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)

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})"]

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