C# 클래스 BC.Models.ApplicationUser

상속: IdentityUser
파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
ApplicationUser ( ) : Microsoft.AspNet.Identity
GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task

메소드 상세

ApplicationUser() 공개 메소드

public ApplicationUser ( ) : Microsoft.AspNet.Identity
리턴 Microsoft.AspNet.Identity

GenerateUserIdentityAsync() 공개 메소드

public GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task
manager UserManager
authenticationType string
리턴 Task