C# Class WebSiteAdvantage.KeePass.Firefox.FirefoxSignonsFile

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

Méthodes publiques

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

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

Load() public méthode

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