C# Class KeePass.Util.KeyUtil

Show file Open project: amiryal/keepass2 Class Usage Examples

Public Methods

Method Description
KeyFromCommandLine ( CommandLineArgs args ) : CompositeKey
ReAskKey ( KeePassLib.PwDatabase pwDatabase, bool bFailWithUI ) : bool

Private Methods

Method Description
ClearKeyOptions ( CommandLineArgs args, bool bOnlyIfOptionEnabled ) : void

Method Details

KeyFromCommandLine() public static method

public static KeyFromCommandLine ( CommandLineArgs args ) : CompositeKey
args CommandLineArgs
return KeePassLib.Keys.CompositeKey

ReAskKey() public static method

public static ReAskKey ( KeePassLib.PwDatabase pwDatabase, bool bFailWithUI ) : bool
pwDatabase KeePassLib.PwDatabase
bFailWithUI bool
return bool