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 |
Method | Description | |
---|---|---|
PinServerCertPreset ( string location ) : bool |
public static InstallFOGCert ( string location ) : bool | ||
location | string | |
return | bool |
public static PinServerCert ( string location, bool presetSettings = false ) : bool | ||
location | string | |
presetSettings | bool | |
return | bool |
public static PinServerCert ( string address, string webroot, string location ) : bool | ||
address | string | |
webroot | string | |
location | string | |
return | bool |
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 |