Class WindowsRemoteManagementSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configuration settings for the Windows Remote Management (WinRM) on a Windows machine.
public class WindowsRemoteManagementSettings : BypassSection
- Inheritance
-
WindowsRemoteManagementSettings
- Inherited Members
Constructors
WindowsRemoteManagementSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsRemoteManagementSettings class.
public WindowsRemoteManagementSettings()
Properties
Client
Gets or sets the WinRM client settings.
public WindowsRemoteManagementClientSettings Client { get; set; }
Property Value
RemoteShell
Gets or sets the Windows Remote Shell settings.
public WindowsRemoteManagementRemoteShellSettings RemoteShell { get; set; }
Property Value
Service
Gets or sets details of the WinRM service.
public WindowsRemoteManagementServiceSettings Service { get; set; }
Property Value
Methods
ToString()
Returns the version of this WindowsRemoteManagementSettings object as a human readable string.
public override string ToString()
Returns
- string
A System.String value.