C# Класс KeePass.Util.PwGeneratorUtil

Показать файл Открыть проект Примеры использования класса

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