TestimoX

API Reference

Class

SmbSecurityComparison

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Comparison of SMB security settings between two hosts with remediation suggestions.

Inheritance

  • Object
  • SmbSecurityComparison

Constructors

public SmbSecurityComparison() #

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[] NullSessionSharesOnlyA { get; set; } #

NullSessionShares present only on A.

public String[] NullSessionSharesOnlyB { get; set; } #

NullSessionShares present only on 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.