C# 클래스 FOG.GenericSetup

파일 보기 프로젝트 열기: FOGProject/fog-client 1 사용 예제들

공개 메소드들

메소드 설명
InstallFOGCert ( string location ) : bool
PinServerCert ( string location, bool presetSettings = false ) : bool
PinServerCert ( string address, string webroot, string location ) : bool
SaveSettings ( string https, string usetray, string webaddress, string webroot, string company, string rootLog, string version, string location ) : bool
UninstallFOGCert ( ) : void
UnpinServerCert ( ) : bool

비공개 메소드들

메소드 설명
PinServerCertPreset ( string location ) : bool

메소드 상세

InstallFOGCert() 공개 정적인 메소드

public static InstallFOGCert ( string location ) : bool
location string
리턴 bool

PinServerCert() 공개 정적인 메소드

public static PinServerCert ( string location, bool presetSettings = false ) : bool
location string
presetSettings bool
리턴 bool

PinServerCert() 공개 정적인 메소드

public static PinServerCert ( string address, string webroot, string location ) : bool
address string
webroot string
location string
리턴 bool

SaveSettings() 공개 정적인 메소드

public static SaveSettings ( string https, string usetray, string webaddress, string webroot, string company, string rootLog, string version, string location ) : bool
https string
usetray string
webaddress string
webroot string
company string
rootLog string
version string
location string
리턴 bool

UninstallFOGCert() 공개 정적인 메소드

public static UninstallFOGCert ( ) : void
리턴 void

UnpinServerCert() 공개 정적인 메소드

public static UnpinServerCert ( ) : bool
리턴 bool