C# Class WebSiteAdvantage.KeePass.Firefox.FirefoxSignonsFile

represents the content of a firefox signon file
Mostra file Open project: Tiggerito/WebSiteAdvantage.KeePass.Firefox Class Usage Examples

Public Methods

Method Description
Create ( FirefoxProfile profile, string password ) : FirefoxSignonsFile

Quick way to load a new file

Load ( FirefoxProfile profile, string password ) : void

load this object with signon data related to the supplied profile

Method Details

Create() public static method

Quick way to load a new file
public static Create ( FirefoxProfile profile, string password ) : FirefoxSignonsFile
profile FirefoxProfile Profile with the signon file
password string
return FirefoxSignonsFile

Load() public method

load this object with signon data related to the supplied profile
public Load ( FirefoxProfile profile, string password ) : void
profile FirefoxProfile
password string
return void