C# Class KeeAnywhere.KeeAnywhereExt

Plugin for KeePass to allow access to cloud storage providers
KeePass SDK documentation: http://keepass.info/help/v2_dev/plg_index.html
Inheritance: KeePass.Plugins.Plugin
Mostra file Open project: Kyrodan/KeeAnywhere

Public Methods

Method Description
Initialize ( IPluginHost pluginHost ) : bool

Called when the Plugin is being loaded which happens on startup of KeePass

Terminate ( ) : void

Private Methods

Method Description
FixGoogleApiDependencyLoading ( ) : void
HasAccounts ( ) : bool
OnOpenFromCloudDrive ( object sender, EventArgs eventArgs ) : void
OnSaveToCloudDrive ( object sender, EventArgs e ) : void
OnShowSetting ( object sender, EventArgs e ) : void
SetBrowserFeatureControl ( ) : void

Method Details

Initialize() public method

Called when the Plugin is being loaded which happens on startup of KeePass
public Initialize ( IPluginHost pluginHost ) : bool
pluginHost IPluginHost
return bool

Terminate() public method

public Terminate ( ) : void
return void