RemoteManagementSettings Class

Definition

The settings for remote management of a device.

public class RemoteManagementSettings
type RemoteManagementSettings = class
Public Class RemoteManagementSettings
Inheritance
RemoteManagementSettings

Constructors

RemoteManagementSettings()

Initializes a new instance of the RemoteManagementSettings class.

RemoteManagementSettings(RemoteManagementModeConfiguration, String)

Initializes a new instance of the RemoteManagementSettings class.

Properties

RemoteManagementCertificate

Gets or sets the remote management certificates.

RemoteManagementMode

Gets or sets the remote management mode. Possible values include: 'Unknown', 'Disabled', 'HttpsEnabled', 'HttpsAndHttpEnabled'

Methods

Validate()

Validate the object.

Applies to