ApplicationSignInManager.CreateUserIdentityAsync Method

Blog

ApplicationSignInManagerCreateUserIdentityAsync Method

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

[Missing <summary> documentation for "M:Blog.ApplicationSignInManager.CreateUserIdentityAsync(Blog.Models.ApplicationUser)"]

Namespace:  Blog
Assembly:  Blog (in Blog.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override Task<ClaimsIdentity> CreateUserIdentityAsync(
	ApplicationUser user
)
function CreateUserIdentityAsync(user);

Parameters

user
Type: Blog.ModelsApplicationUser

[Missing <param name="user"/> documentation for "M:Blog.ApplicationSignInManager.CreateUserIdentityAsync(Blog.Models.ApplicationUser)"]

Return Value

Type: TaskClaimsIdentity

[Missing <returns> documentation for "M:Blog.ApplicationSignInManager.CreateUserIdentityAsync(Blog.Models.ApplicationUser)"]

Remarks

[Missing <remarks> documentation for "M:Blog.ApplicationSignInManager.CreateUserIdentityAsync(Blog.Models.ApplicationUser)"]

See Also