API Reference
Class
WinRmPolicyState
Aggregated WinRM policy (auth modes and listeners).
Inheritance
- Object
- WinRmPolicyState
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method WinRmPolicyQuery.Get
Accepted by parameters
- Method WinRmPolicyRiskEvaluator.Evaluate
- Method WinRmPolicyWriter.Set
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.