C# Class BC.Models.ApplicationUser

Inheritance: IdentityUser
Datei anzeigen Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
ApplicationUser ( ) : Microsoft.AspNet.Identity
GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task

Method Details

ApplicationUser() public method

public ApplicationUser ( ) : Microsoft.AspNet.Identity
return Microsoft.AspNet.Identity

GenerateUserIdentityAsync() public method

public GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task
manager UserManager
authenticationType string
return Task