C# Class Nancy.Demo.Authentication.Forms.UserDatabase

Inheritance: IUserMapper
Afficher le fichier Open project: NashDotNet/ravendb_nancyfx_presentation

Méthodes publiques

Méthode Description
GetUsernameFromIdentifier ( System.Guid identifier ) : string
ValidateUser ( string username, string password ) : Guid?

Private Methods

Méthode Description
UserDatabase ( ) : System

Method Details

GetUsernameFromIdentifier() public méthode

public GetUsernameFromIdentifier ( System.Guid identifier ) : string
identifier System.Guid
Résultat string

ValidateUser() public static méthode

public static ValidateUser ( string username, string password ) : Guid?
username string
password string
Résultat Guid?