C# Class KeePass.App.Configuration.AceDefaults

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AceDefaults ( ) : System
GetKeySource ( IOConnectionInfo ioDatabase, bool bGetKeyFile ) : string
SetKeySource ( IOConnectionInfo ioDatabase, string strKeySource, bool bIsKeyFile ) : void

Method Details

AceDefaults() public méthode

public AceDefaults ( ) : System
Résultat System

GetKeySource() public méthode

public GetKeySource ( IOConnectionInfo ioDatabase, bool bGetKeyFile ) : string
ioDatabase IOConnectionInfo
bGetKeyFile bool
Résultat string

SetKeySource() public méthode

public SetKeySource ( IOConnectionInfo ioDatabase, string strKeySource, bool bIsKeyFile ) : void
ioDatabase IOConnectionInfo
strKeySource string
bIsKeyFile bool
Résultat void