ApplicationUser.GenerateUserIdentityAsync Method

Blog

ApplicationUserGenerateUserIdentityAsync Method

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

[Missing <summary> documentation for "M:Blog.Models.ApplicationUser.GenerateUserIdentityAsync(Microsoft.AspNet.Identity.UserManager{Blog.Models.ApplicationUser})"]

Namespace:  Blog.Models
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<ClaimsIdentity> GenerateUserIdentityAsync(
	UserManager<ApplicationUser> manager
)
function GenerateUserIdentityAsync(manager);

Parameters

manager
Type: UserManagerApplicationUser

[Missing <param name="manager"/> documentation for "M:Blog.Models.ApplicationUser.GenerateUserIdentityAsync(Microsoft.AspNet.Identity.UserManager{Blog.Models.ApplicationUser})"]

Return Value

Type: TaskClaimsIdentity

[Missing <returns> documentation for "M:Blog.Models.ApplicationUser.GenerateUserIdentityAsync(Microsoft.AspNet.Identity.UserManager{Blog.Models.ApplicationUser})"]

Remarks

[Missing <remarks> documentation for "M:Blog.Models.ApplicationUser.GenerateUserIdentityAsync(Microsoft.AspNet.Identity.UserManager{Blog.Models.ApplicationUser})"]

See Also