API Reference
Class
SmbSecurityComparison
Comparison of SMB security settings between two hosts with remediation suggestions.
Inheritance
- Object
- SmbSecurityComparison
Constructors
public SmbSecurityComparison() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ComputerA { get; set; } #Left host name in the comparison.
public String ComputerB { get; set; } #Right host name in the comparison.
public Dictionary<String, ValueTuple<String, String>> Settings { get; set; } #Key setting name to stringified values A/B.
public String[] NullSessionPipesOnlyA { get; set; } #NullSessionPipes present only on A.
public String[] NullSessionPipesOnlyB { get; set; } #NullSessionPipes present only on B.
public String[] RemediateA { get; set; } #Remediation suggestions for host A.
public String[] RemediateB { get; set; } #Remediation suggestions for host B.