C# Class FOG.GenericSetup

Afficher le fichier Open project: FOGProject/fog-client Class Usage Examples

Méthodes publiques

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

Méthode Description
PinServerCertPreset ( string location ) : bool

Method Details

InstallFOGCert() public static méthode

public static InstallFOGCert ( string location ) : bool
location string
Résultat bool

PinServerCert() public static méthode

public static PinServerCert ( string location, bool presetSettings = false ) : bool
location string
presetSettings bool
Résultat bool

PinServerCert() public static méthode

public static PinServerCert ( string address, string webroot, string location ) : bool
address string
webroot string
location string
Résultat bool

SaveSettings() public static méthode

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
Résultat bool

UninstallFOGCert() public static méthode

public static UninstallFOGCert ( ) : void
Résultat void

UnpinServerCert() public static méthode

public static UnpinServerCert ( ) : bool
Résultat bool