C# 클래스 PassFruit.Security.Cryptography.Net45.Net45Pbkdf2

상속: Pbkdf2
파일 보기 프로젝트 열기: bettiolo/PassFruit

공개 메소드들

메소드 설명
Net45Pbkdf2 ( ) : System

보호된 메소드들

메소드 설명
PlatformSpecificCompute ( byte password, byte salt, int iterations ) : byte[]

메소드 상세

Net45Pbkdf2() 공개 메소드

public Net45Pbkdf2 ( ) : System
리턴 System

PlatformSpecificCompute() 보호된 메소드

protected PlatformSpecificCompute ( byte password, byte salt, int iterations ) : byte[]
password byte
salt byte
iterations int
리턴 byte[]