Class WindowsRemoteManagementClientSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the configuration settings for the Windows Remote Management (WinRM) client on a Windows machine.
public class WindowsRemoteManagementClientSettings : BaseTypeSection
- Inheritance
-
WindowsRemoteManagementClientSettings
Constructors
WindowsRemoteManagementClientSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsRemoteManagementClientSettings class.
public WindowsRemoteManagementClientSettings()
Properties
AllowBasicAuthentication
Gets or sets whether the client should allow Basic authentication.
public BooleanOption AllowBasicAuthentication { get; set; }
Property Value
AllowCredSspAuthentication
Gets or sets whether the client should allow CredSSP authentication.
public BooleanOption AllowCredSspAuthentication { get; set; }
Property Value
AllowDigestAuthentication
Gets or sets whether the client should allow digest authentication.
public BooleanOption AllowDigestAuthentication { get; set; }
Property Value
AllowKerberosAuthentication
Gets or sets whether the client should allow Kerberos authentication.
public BooleanOption AllowKerberosAuthentication { get; set; }
Property Value
AllowNegotiateAuthentication
Gets or sets whether the client should allow negotiate authentication.
public BooleanOption AllowNegotiateAuthentication { get; set; }
Property Value
AllowUnencrypted
Gets or sets whether the client should allow unencrypted traffic.
public BooleanOption AllowUnencrypted { get; set; }
Property Value
DefaultHttpPort
Gets or sets the default port to use for HTTP connections.
public int DefaultHttpPort { get; set; }
Property Value
DefaultHttpsPort
Gets or sets the default port to use for HTTPS connections.
public int DefaultHttpsPort { get; set; }
Property Value
TrustedHosts
Gets or sets the list of computer names, IP addresses, and fully-qualified domain names trusted by this machine.
public SerializableStringCollection TrustedHosts { get; set; }
Property Value
- SerializableStringCollection
TrustedHostsSource
Gets or sets the configuration source for the trusted hosts information.
public PolicyConfigurableSource TrustedHostsSource { get; set; }