C# Class WebSiteAdvantage.KeePass.Firefox.FirefoxProfile

Represents a user profile in Firefox
Afficher le fichier Open project: Tiggerito/WebSiteAdvantage.KeePass.Firefox Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a profile related to the default firefox profile
public FirefoxProfile ( ) : System
Résultat System

FirefoxProfile() public méthode

Create a profile based on a profile info object
public FirefoxProfile ( FirefoxProfileInfo profile ) : System
profile FirefoxProfileInfo
Résultat System

FirefoxProfile() public méthode

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

GetSignonsFile() public méthode

loaded data from the profiles signonfile
public GetSignonsFile ( string password ) : FirefoxSignonsFile
password string
Résultat FirefoxSignonsFile

Init() public méthode

Sets NSS to use this profile
public Init ( ) : void
Résultat void

Login() public méthode

init this profile and validate its password
public Login ( string password ) : void
password string
Résultat void