C# 클래스 Ctf.ApplicationTools.DataObjects.UserCredentials

파일 보기 프로젝트 열기: blstream/Patronage2013-CaptureTheFlag 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MINIMAL_PASSWORD_LENGTH int
MINIMAL_USERNAME_LENGTH int

공개 메소드들

메소드 설명
UserCredentials ( string username, string password ) : System

Initializes a new instance of the UserCredentials class.

메소드 상세

UserCredentials() 공개 메소드

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

프로퍼티 상세

MINIMAL_PASSWORD_LENGTH 공개적으로 정적으로 프로퍼티

The minimum length of password string.
public static int MINIMAL_PASSWORD_LENGTH
리턴 int

MINIMAL_USERNAME_LENGTH 공개적으로 정적으로 프로퍼티

The minimum length of username string.
public static int MINIMAL_USERNAME_LENGTH
리턴 int