C# 클래스 KeePassLib.Cryptography.PasswordGenerator.PatternBasedGenerator

파일 보기 프로젝트 열기: amiryal/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
Generate ( ProtectedString psOutBuffer, KeePassLib.Cryptography.PasswordGenerator.PwProfile pwProfile, CryptoRandomStream crsRandomSource ) : PwgError

비공개 메소드들

메소드 설명
ExpandPattern ( string strPattern ) : string
FindFirstUnescapedChar ( string str, char ch ) : int

메소드 상세

Generate() 공개 정적인 메소드

public static Generate ( ProtectedString psOutBuffer, KeePassLib.Cryptography.PasswordGenerator.PwProfile pwProfile, CryptoRandomStream crsRandomSource ) : PwgError
psOutBuffer KeePassLib.Security.ProtectedString
pwProfile KeePassLib.Cryptography.PasswordGenerator.PwProfile
crsRandomSource CryptoRandomStream
리턴 PwgError