C# 클래스 SpeakFriend.Utilities.Password

파일 보기 프로젝트 열기: teamaton/speak-lib 1 사용 예제들

공개 메소드들

메소드 설명
ComputeSaltedHash ( string strPassword ) : string
CreateRandomPassword ( int passwordLength ) : string
CreateRandomSalt ( ) : int
Matches ( string plainTextPassword ) : bool

Checks the given plain text password against the saved salt and salted hash.

Password ( string strPassword ) : System

보호된 메소드들

메소드 설명
Password ( ) : System

메소드 상세

ComputeSaltedHash() 공개 메소드

public ComputeSaltedHash ( string strPassword ) : string
strPassword string
리턴 string

CreateRandomPassword() 공개 정적인 메소드

public static CreateRandomPassword ( int passwordLength ) : string
passwordLength int
리턴 string

CreateRandomSalt() 공개 정적인 메소드

public static CreateRandomSalt ( ) : int
리턴 int

Matches() 공개 메소드

Checks the given plain text password against the saved salt and salted hash.
public Matches ( string plainTextPassword ) : bool
plainTextPassword string
리턴 bool

Password() 보호된 메소드

protected Password ( ) : System
리턴 System

Password() 공개 메소드

public Password ( string strPassword ) : System
strPassword string
리턴 System