API Reference
Interface
INullSessionChecker
Provides methods for validating anonymous SAM and null session configuration.
Methods
public abstract Boolean IsAnonymousSamAllowed(String dcName) #Returns:
BooleanDetermines whether anonymous SAM enumeration is permitted on the specified domain controller.
Parameters
- dcName System.String
- Domain controller name.
Returns
true if allowed; otherwise false.
public abstract Boolean IsNullSessionAllowed(String dcName) #Returns:
BooleanDetermines whether null sessions are permitted on the specified domain controller.
Parameters
- dcName System.String
- Domain controller name.
Returns
true if allowed; otherwise false.
public abstract Void ValidateAll() #Returns:
VoidValidates anonymous SAM and null session settings on all discovered domain controllers.
public abstract Void ValidateDc(String dcName) #Returns:
VoidValidates anonymous SAM and null session settings on the specified domain controller and logs warnings for insecure configurations.
Parameters
- dcName System.String
- Domain controller name.