C# 클래스 mRemoteNG.Security.KeyDerivation.Pkcs5S2KeyGenerator

상속: IKeyDerivationFunction
파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG 1 사용 예제들

공개 메소드들

메소드 설명
DeriveKey ( string password, byte salt ) : byte[]
Pkcs5S2KeyGenerator ( int keyBitSize = 256, int iterations = 1000 ) : System

메소드 상세

DeriveKey() 공개 메소드

public DeriveKey ( string password, byte salt ) : byte[]
password string
salt byte
리턴 byte[]

Pkcs5S2KeyGenerator() 공개 메소드

public Pkcs5S2KeyGenerator ( int keyBitSize = 256, int iterations = 1000 ) : System
keyBitSize int
iterations int
리턴 System