C# Class WebSiteAdvantage.KeePass.Firefox.FirefoxProfile

Represents a user profile in Firefox
显示文件 Open project: Tiggerito/WebSiteAdvantage.KeePass.Firefox Class Usage Examples

Public Methods

Method Description
FirefoxProfile ( ) : System

Creates a profile related to the default firefox profile

FirefoxProfile ( FirefoxProfileInfo profile ) : System

Create a profile based on a profile info object

FirefoxProfile ( string profilePath ) : System

Creates a profile related to the supplied profile path

GetSignonsFile ( string password ) : FirefoxSignonsFile

loaded data from the profiles signonfile

Init ( ) : void

Sets NSS to use this profile

Login ( string password ) : void

init this profile and validate its password

Method Details

FirefoxProfile() public method

Creates a profile related to the default firefox profile
public FirefoxProfile ( ) : System
return System

FirefoxProfile() public method

Create a profile based on a profile info object
public FirefoxProfile ( FirefoxProfileInfo profile ) : System
profile FirefoxProfileInfo
return System

FirefoxProfile() public method

Creates a profile related to the supplied profile path
public FirefoxProfile ( string profilePath ) : System
profilePath string
return System

GetSignonsFile() public method

loaded data from the profiles signonfile
public GetSignonsFile ( string password ) : FirefoxSignonsFile
password string
return FirefoxSignonsFile

Init() public method

Sets NSS to use this profile
public Init ( ) : void
return void

Login() public method

init this profile and validate its password
public Login ( string password ) : void
password string
return void