C# 클래스 EasyAuth.Security.HashProvider

파일 보기 프로젝트 열기: adamkdean/EasyAuth

공개 메소드들

메소드 설명
GetHash ( string data, string salt ) : string
GetSalt ( ) : string
GetSalt ( int length ) : string

보호된 메소드들

메소드 설명
HashProvider ( ) : System

메소드 상세

GetHash() 공개 추상적인 메소드

public abstract GetHash ( string data, string salt ) : string
data string
salt string
리턴 string

GetSalt() 공개 추상적인 메소드

public abstract GetSalt ( ) : string
리턴 string

GetSalt() 공개 추상적인 메소드

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

HashProvider() 보호된 메소드

protected HashProvider ( ) : System
리턴 System