C# Class Ctf.ApplicationTools.DataObjects.UserCredentials

Datei anzeigen Open project: blstream/Patronage2013-CaptureTheFlag Class Usage Examples

Public Properties

Property Type Description
MINIMAL_PASSWORD_LENGTH int
MINIMAL_USERNAME_LENGTH int

Public Methods

Method Description
UserCredentials ( string username, string password ) : System

Initializes a new instance of the UserCredentials class.

Method Details

UserCredentials() public method

Initializes a new instance of the UserCredentials class.
public UserCredentials ( string username, string password ) : System
username string The username.
password string The password.
return System

Property Details

MINIMAL_PASSWORD_LENGTH public_oe static_oe property

The minimum length of password string.
public static int MINIMAL_PASSWORD_LENGTH
return int

MINIMAL_USERNAME_LENGTH public_oe static_oe property

The minimum length of username string.
public static int MINIMAL_USERNAME_LENGTH
return int