C# 클래스 SecurityDriven.Inferno.Kdf.PBKDF2

상속: DeriveBytes
파일 보기 프로젝트 열기: sdrapkin/SecurityDriven.Inferno 1 사용 예제들

공개 메소드들

메소드 설명
PBKDF2 ( Func hmacFactory, byte password, byte salt, int iterations ) : System

ctor

PBKDF2 ( Func hmacFactory, string password, byte salt ) : System

ctor

PBKDF2 ( Func hmacFactory, string password, byte salt, int iterations ) : System

ctor

PBKDF2 ( Func hmacFactory, string password, int saltSize ) : System

ctor

PBKDF2 ( Func hmacFactory, string password, int saltSize, int iterations ) : System

ctor

메소드 상세

PBKDF2() 공개 메소드

ctor
public PBKDF2 ( Func hmacFactory, byte password, byte salt, int iterations ) : System
hmacFactory Func hmacFactory
password byte password
salt byte salt
iterations int iterations
리턴 System

PBKDF2() 공개 메소드

ctor
public PBKDF2 ( Func hmacFactory, string password, byte salt ) : System
hmacFactory Func hmacFactory
password string password
salt byte salt
리턴 System

PBKDF2() 공개 메소드

ctor
public PBKDF2 ( Func hmacFactory, string password, byte salt, int iterations ) : System
hmacFactory Func hmacFactory
password string password
salt byte salt
iterations int iterations
리턴 System

PBKDF2() 공개 메소드

ctor
public PBKDF2 ( Func hmacFactory, string password, int saltSize ) : System
hmacFactory Func hmacFactory
password string password
saltSize int saltSize
리턴 System

PBKDF2() 공개 메소드

ctor
public PBKDF2 ( Func hmacFactory, string password, int saltSize, int iterations ) : System
hmacFactory Func hmacFactory
password string password
saltSize int saltSize
iterations int iterations
리턴 System