API Reference
Class
SmbSecurityStatus
Represents SMB security settings for a domain controller.
Inheritance
- Object
- SmbSecurityStatus
Constructors
public SmbSecurityStatus() #Methods
Inherited Methods
Properties
public String DomainController { get; set; } #ResultMetadataDomain controller the runtime SMB posture was read from.
public Boolean SigningRequired { get; set; } #True when SMB signing is required on the server.
public Boolean Smb1Enabled { get; set; } #True when SMBv1 is enabled on the server.
public Boolean EncryptionRequired { get; set; } #True when SMB encryption is required on the server.
public Int32 MinVersion { get; set; } #Minimum SMB protocol version enforced (e.g., 3 for SMB 3.0).
public IReadOnlyList<SmbProtocolVersion> SupportedVersions { get; set; } #SMB protocol versions the server currently supports.