Table of Contents

Class IpcMiscellaneous

Namespace
TwinSharp.IPC
Assembly
TwinSharp.dll

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

bool

AutoLogonUsername

Auto Logon Username

public string AutoLogonUsername { get; }

Property Value

string

CEremoteDisplayEnabled

CE Remote Display Enabled (WinCE only)

public bool CEremoteDisplayEnabled { get; set; }

Property Value

bool

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

bool

SecurityWizardEnabled

Security Wizard Enabled

public bool SecurityWizardEnabled { get; set; }

Property Value

bool

StartupNumlockState

Startup Numlock State. State of the Numlock key at system start

public bool StartupNumlockState { get; set; }

Property Value

bool