C# 클래스 Common.Password

파일 보기 프로젝트 열기: LeagueOfDevelopers/LodCore 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
FromPlainString ( string value ) : Password
GetHashCode ( ) : int
GetHashed ( ) : Password
IsStringCorrectPassword ( string passwordToCheck ) : bool
Password ( ) : Common.System
Password ( string pass ) : Common.System

보호된 메소드들

메소드 설명
Equals ( Password other ) : bool

메소드 상세

Equals() 보호된 메소드

protected Equals ( Password other ) : bool
other Password
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

FromPlainString() 공개 정적인 메소드

public static FromPlainString ( string value ) : Password
value string
리턴 Password

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetHashed() 공개 메소드

public GetHashed ( ) : Password
리턴 Password

IsStringCorrectPassword() 공개 정적인 메소드

public static IsStringCorrectPassword ( string passwordToCheck ) : bool
passwordToCheck string
리턴 bool

Password() 공개 메소드

public Password ( ) : Common.System
리턴 Common.System

Password() 공개 메소드

public Password ( string pass ) : Common.System
pass string
리턴 Common.System