C# 클래스 Epiworx.Business.Security.Helpers.PasswordHelper

파일 보기 프로젝트 열기: mattruma/epiworx-csla

공개 메소드들

메소드 설명
GetRandomPassword ( int length ) : string
GetSalt ( int length ) : string
Salt ( string salt, string password ) : string

비공개 메소드들

메소드 설명
ComparePasswords ( string salt, string password, string storedPassword ) : bool
Validate ( string password ) : bool

메소드 상세

GetRandomPassword() 공개 정적인 메소드

public static GetRandomPassword ( int length ) : string
length int
리턴 string

GetSalt() 공개 정적인 메소드

public static GetSalt ( int length ) : string
length int
리턴 string

Salt() 공개 정적인 메소드

public static Salt ( string salt, string password ) : string
salt string
password string
리턴 string