Class IpcMiscellaneous
The IpcMiscellaneous class allows reading and writing of settings such as the startup state of the Numlock key, CE remote display state, security wizard enabled state, auto logon username, and auto-generate certificates. The class uses an AdsClient to communicate with the system and perform these operations.
public class IpcMiscellaneous
- Inheritance
-
IpcMiscellaneous
- Inherited Members
Properties
AutoGenerateCertificates
Auto Generate Certificates
public bool AutoGenerateCertificates { get; set; }
Property Value
AutoLogonUsername
Auto Logon Username
public string AutoLogonUsername { get; }
Property Value
CEremoteDisplayEnabled
CE Remote Display Enabled (WinCE only)
public bool CEremoteDisplayEnabled { get; set; }
Property Value
CEremoteDisplayState
CE remote display state shows whether a client is connected via CERHost. From MDP 1.6.x (WinCE only)
public bool CEremoteDisplayState { get; }
Property Value
SecurityWizardEnabled
Security Wizard Enabled
public bool SecurityWizardEnabled { get; set; }
Property Value
StartupNumlockState
Startup Numlock State. State of the Numlock key at system start
public bool StartupNumlockState { get; set; }