C# Class BC.Models.ApplicationUser

Inheritance: IdentityUser
Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

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

Method Details

ApplicationUser() public méthode

public ApplicationUser ( ) : Microsoft.AspNet.Identity
Résultat Microsoft.AspNet.Identity

GenerateUserIdentityAsync() public méthode

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