C# Class FOG.GenericSetup

Datei anzeigen Open project: FOGProject/fog-client Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
PinServerCertPreset ( string location ) : bool

Method Details

InstallFOGCert() public static method

public static InstallFOGCert ( string location ) : bool
location string
return bool

PinServerCert() public static method

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

PinServerCert() public static method

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

SaveSettings() public static method

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
return bool

UninstallFOGCert() public static method

public static UninstallFOGCert ( ) : void
return void

UnpinServerCert() public static method

public static UnpinServerCert ( ) : bool
return bool