TestimoX

API Reference

Class

WinRmPolicyState

Namespace ComputerX.SecurityPolicy
Assembly ComputerX
Modifiers sealed

Aggregated WinRM policy (auth modes and listeners).

Inheritance

  • Object
  • WinRmPolicyState

Constructors

Properties

public Nullable<Boolean> ServiceAllowUnencrypted { get; set; } #

Allow unencrypted traffic on the WinRM service.

public Nullable<Boolean> ClientAllowUnencrypted { get; set; } #

Allow unencrypted traffic on the WinRM client.

public WinRmAuthState ServiceAuth { get; set; } #

Service-side authentication modes.

public WinRmAuthState ClientAuth { get; set; } #

Client-side authentication modes.

public List<WinRmListener> Listeners { get; set; } #

Configured listeners.

public String ServiceRootSddl { get; set; } #

Root SDDL for the WinRM service ACL.