C# Class KeePass.Util.PwGeneratorUtil

Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Private Properties

Свойство Type Description
AddStdPattern void
AllocStandardProfiles void
GenerateAcceptable ProtectedString
GenerateAcceptable ProtectedString

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CompareProfilesByName() public static méthode

public static CompareProfilesByName ( KeePassLib.Cryptography.PasswordGenerator.PwProfile a, KeePassLib.Cryptography.PasswordGenerator.PwProfile b ) : int
a KeePassLib.Cryptography.PasswordGenerator.PwProfile
b KeePassLib.Cryptography.PasswordGenerator.PwProfile
Résultat int

GetAllProfiles() public static méthode

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

IsBuiltInProfile() public static méthode

public static IsBuiltInProfile ( string strName ) : bool
strName string
Résultat bool