C# 클래스 WebSiteAdvantage.KeePass.Firefox.FirefoxSignonsFile

represents the content of a firefox signon file
파일 보기 프로젝트 열기: Tiggerito/WebSiteAdvantage.KeePass.Firefox 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Create() 공개 정적인 메소드

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

Load() 공개 메소드

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