C# Class Nancy.Security.ValidatePasswordEventArgs

Inheritance: System.EventArgs
Show file Open project: GestUAB/GestUAB Class Usage Examples

Public Methods

Method Description
ValidatePasswordEventArgs ( ) : System
ValidatePasswordEventArgs ( string userName, string password, bool isNewUser ) : System

Method Details

ValidatePasswordEventArgs() public method

public ValidatePasswordEventArgs ( ) : System
return System

ValidatePasswordEventArgs() public method

public ValidatePasswordEventArgs ( string userName, string password, bool isNewUser ) : System
userName string
password string
isNewUser bool
return System