C# Class Web.Models.User

EF-framework User model
Afficher le fichier Open project: daxko/Usablog Class Usage Examples

Méthodes publiques

Méthode Description
User ( string email, string hashedPassword, byte passwordSalt )
UserId ( string email ) : string

Private Methods

Méthode Description
User ( )

Method Details

User() public méthode

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

UserId() public static méthode

public static UserId ( string email ) : string
email string
Résultat string