C# 클래스 WebChat.Models.ApplicationUser

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

공개 메소드들

메소드 설명
ApplicationUser ( ) : System.Web.Http
GenerateUserIdentityAsync ( UserManager manager, string authenticationType ) : Task

메소드 상세

ApplicationUser() 공개 메소드

public ApplicationUser ( ) : System.Web.Http
리턴 System.Web.Http

GenerateUserIdentityAsync() 공개 메소드

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