C# 클래스 KeePassLib.Keys.KcpPassword

Master password / passphrase as provided by the user.
상속: IUserKey
파일 보기 프로젝트 열기: cappert/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
KcpPassword ( byte pbPasswordUtf8 ) : System.Security.Cryptography
KcpPassword ( string strPassword ) : System.Security.Cryptography

비공개 메소드들

메소드 설명
SetKey ( byte pbPasswordUtf8 ) : void
ValidatePassword ( byte pb ) : bool

메소드 상세

KcpPassword() 공개 메소드

public KcpPassword ( byte pbPasswordUtf8 ) : System.Security.Cryptography
pbPasswordUtf8 byte
리턴 System.Security.Cryptography

KcpPassword() 공개 메소드

public KcpPassword ( string strPassword ) : System.Security.Cryptography
strPassword string
리턴 System.Security.Cryptography