Class TerminalServerConnectionLogon
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the logon settings configured on a terminal server connection (terminal).
public class TerminalServerConnectionLogon : TerminalServerGroupPolicyConfigurableSection
- Inheritance
-
TerminalServerConnectionLogon
- Inherited Members
Constructors
TerminalServerConnectionLogon()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.TerminalServerConnectionLogon class.
public TerminalServerConnectionLogon()
Properties
ClientLogonInfoPolicy
Gets or sets the policy of what logon information should be used.
public TerminalServerClientLogonInfoPolicy ClientLogonInfoPolicy { get; set; }
Property Value
Domain
Gets or sets the domain to logon to when using specified credentials.
public string Domain { get; set; }
Property Value
PromptForPassword
Gets or sets whether the user will always be prompted for a password even if they have configured their connection for auto logon.
public BooleanOption PromptForPassword { get; set; }
Property Value
Username
Gets or sets the username to logon to when using specified credentials.
public string Username { get; set; }