C# Class Ctf.ApplicationTools.DataObjects.UserCredentials

Afficher le fichier Open project: blstream/Patronage2013-CaptureTheFlag Class Usage Examples

Méthodes publiques

Свойство Type Description
MINIMAL_PASSWORD_LENGTH int
MINIMAL_USERNAME_LENGTH int

Méthodes publiques

Méthode Description
UserCredentials ( string username, string password ) : System

Initializes a new instance of the UserCredentials class.

Method Details

UserCredentials() public méthode

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

Property Details

MINIMAL_PASSWORD_LENGTH public_oe static_oe property

The minimum length of password string.
public static int MINIMAL_PASSWORD_LENGTH
Résultat int

MINIMAL_USERNAME_LENGTH public_oe static_oe property

The minimum length of username string.
public static int MINIMAL_USERNAME_LENGTH
Résultat int