C# 클래스 KeePass.Util.PwGeneratorUtil

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

Private Properties

프로퍼티 타입 설명
AddStdPattern void
AllocStandardProfiles void
GenerateAcceptable ProtectedString
GenerateAcceptable ProtectedString

공개 메소드들

메소드 설명
CompareProfilesByName ( KeePassLib.Cryptography.PasswordGenerator.PwProfile a, KeePassLib.Cryptography.PasswordGenerator.PwProfile b ) : int
GetAllProfiles ( bool bSort ) : List

Get a list of all password generator profiles (built-in and user-defined ones).

IsBuiltInProfile ( string strName ) : bool

비공개 메소드들

메소드 설명
AddStdPattern ( string strName, string strPattern ) : void
AllocStandardProfiles ( ) : void
GenerateAcceptable ( KeePassLib.Cryptography.PasswordGenerator.PwProfile prf, byte pbUserEntropy, PwEntry peOptCtx, PwDatabase pdOptCtx ) : ProtectedString
GenerateAcceptable ( KeePassLib.Cryptography.PasswordGenerator.PwProfile prf, byte pbUserEntropy, PwEntry peOptCtx, PwDatabase pdOptCtx, bool &bAcceptAlways ) : ProtectedString

메소드 상세

CompareProfilesByName() 공개 정적인 메소드

public static CompareProfilesByName ( KeePassLib.Cryptography.PasswordGenerator.PwProfile a, KeePassLib.Cryptography.PasswordGenerator.PwProfile b ) : int
a KeePassLib.Cryptography.PasswordGenerator.PwProfile
b KeePassLib.Cryptography.PasswordGenerator.PwProfile
리턴 int

GetAllProfiles() 공개 정적인 메소드

Get a list of all password generator profiles (built-in and user-defined ones).
public static GetAllProfiles ( bool bSort ) : List
bSort bool
리턴 List

IsBuiltInProfile() 공개 정적인 메소드

public static IsBuiltInProfile ( string strName ) : bool
strName string
리턴 bool