C# 클래스 Web.Models.User

EF-framework User model
파일 보기 프로젝트 열기: daxko/Usablog 1 사용 예제들

공개 메소드들

메소드 설명
User ( string email, string hashedPassword, byte passwordSalt )
UserId ( string email ) : string

비공개 메소드들

메소드 설명
User ( )

메소드 상세

User() 공개 메소드

public User ( string email, string hashedPassword, byte passwordSalt )
email string
hashedPassword string
passwordSalt byte

UserId() 공개 정적인 메소드

public static UserId ( string email ) : string
email string
리턴 string