API Reference
Class
WinRmPolicyState
Aggregated WinRM policy (auth modes and listeners).
Inheritance
- Object
- WinRmPolicyState
Constructors
public WinRmPolicyState() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.