C# Class WebChat.Models.ApplicationUser

Inheritance: IdentityUser
Afficher le fichier Open project: SoftUniTeamWork/WebServicesAndCloudTeamProject Class Usage Examples

Méthodes publiques

Méthode Description
ApplicationUser ( ) : System.Web.Http
GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task

Method Details

ApplicationUser() public méthode

public ApplicationUser ( ) : System.Web.Http
Résultat System.Web.Http

GenerateUserIdentityAsync() public méthode

public GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task
manager UserManager
authenticationType string
Résultat Task