API Reference
Class
SmbServerHardeningPostureService
Projects SMB server hardening posture from reusable SMB configuration substrate.
Inheritance
- Object
- SmbServerHardeningPostureService
Methods
public static View Get(String computerName = null, Func<String, SmbConfigInfo> configQuery = null) #Returns:
ViewGets SMB server hardening posture for the specified computer.
Parameters
- computerName System.String = null
- Target computer or null for the local machine.
- configQuery System.Func{System.String,ComputerX.Smb.SmbConfigInfo} = null
- Optional query override used by tests.
Returns
Typed SMB server hardening posture.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object