Class WindowsRemoteAssistanceSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Remote Assistance settings on a Windows machine.
public class WindowsRemoteAssistanceSettings : BypassSection
- Inheritance
-
WindowsRemoteAssistanceSettings
- Inherited Members
Constructors
WindowsRemoteAssistanceSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsRemoteAssistanceSettings class.
public WindowsRemoteAssistanceSettings()
Properties
AllowRemoteControl
Gets or sets whether this machine can be controlled remotely.
public BooleanOption AllowRemoteControl { get; set; }
Property Value
CreateEncryptedOnlyTickets
Gets or sets whether invitations should be created that can be opened by Windows Vista only.
public BooleanOption CreateEncryptedOnlyTickets { get; set; }
Property Value
Enabled
Gets or sets whether Remote Assistance connections can be made to this computer.
public BooleanOption Enabled { get; set; }
Property Value
MaxTicketExpiry
Gets or sets the maximum amount of time that tickets can remain open.
public int MaxTicketExpiry { get; set; }
Property Value
MaxTicketExpiryString
Gets the maximum amount of time that tickets can remain open.
public string MaxTicketExpiryString { get; set; }
Property Value
MaxTicketExpiryUnits
Gets or sets the units in which the maximum ticket expiry is measured.
public RemoteAssistanceMaxTicketExpiryUnits MaxTicketExpiryUnits { get; set; }
Property Value
Methods
ToString()
Returns the Remote Assistance settings as a human readable string.
public override string ToString()
Returns
- string
The Remote Assistance settings as a human readable string.