C# Class Nancy.Security.ValidatePasswordEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: GestUAB/GestUAB Class Usage Examples

Méthodes publiques

Méthode Description
ValidatePasswordEventArgs ( ) : System
ValidatePasswordEventArgs ( string userName, string password, bool isNewUser ) : System

Method Details

ValidatePasswordEventArgs() public méthode

public ValidatePasswordEventArgs ( ) : System
Résultat System

ValidatePasswordEventArgs() public méthode

public ValidatePasswordEventArgs ( string userName, string password, bool isNewUser ) : System
userName string
password string
isNewUser bool
Résultat System