C# Class KeePassLib.Cryptography.PasswordGenerator.PatternBasedGenerator

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

Méthodes publiques

Méthode Description
Generate ( ProtectedString psOutBuffer, KeePassLib.Cryptography.PasswordGenerator.PwProfile pwProfile, CryptoRandomStream crsRandomSource ) : PwgError

Private Methods

Méthode Description
ExpandPattern ( string strPattern ) : string
FindFirstUnescapedChar ( string str, char ch ) : int

Method Details

Generate() public static méthode

public static Generate ( ProtectedString psOutBuffer, KeePassLib.Cryptography.PasswordGenerator.PwProfile pwProfile, CryptoRandomStream crsRandomSource ) : PwgError
psOutBuffer KeePassLib.Security.ProtectedString
pwProfile KeePassLib.Cryptography.PasswordGenerator.PwProfile
crsRandomSource CryptoRandomStream
Résultat PwgError