C# Class KeePassLib.Cryptography.PasswordGenerator.PatternBasedGenerator

Mostrar archivo Open project: amiryal/keepass2 Class Usage Examples

Public Methods

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

Private Methods

Method Description
ExpandPattern ( string strPattern ) : string
FindFirstUnescapedChar ( string str, char ch ) : int

Method Details

Generate() public static method

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