C# Класс KeePassLib.Cryptography.PasswordGenerator.PatternBasedGenerator

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

Открытые методы

Метод Описание
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