Table of Contents

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

BooleanOption

CreateEncryptedOnlyTickets

Gets or sets whether invitations should be created that can be opened by Windows Vista only.

public BooleanOption CreateEncryptedOnlyTickets { get; set; }

Property Value

BooleanOption

Enabled

Gets or sets whether Remote Assistance connections can be made to this computer.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

MaxTicketExpiry

Gets or sets the maximum amount of time that tickets can remain open.

public int MaxTicketExpiry { get; set; }

Property Value

int

MaxTicketExpiryString

Gets the maximum amount of time that tickets can remain open.

public string MaxTicketExpiryString { get; set; }

Property Value

string

MaxTicketExpiryUnits

Gets or sets the units in which the maximum ticket expiry is measured.

public RemoteAssistanceMaxTicketExpiryUnits MaxTicketExpiryUnits { get; set; }

Property Value

RemoteAssistanceMaxTicketExpiryUnits

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.