API Reference
Class
NullSessionSettingsStatus
Per-controller row describing null session exposure.
Inheritance
- Object
- NullSessionSettingsStatus
Constructors
NullSessionSettingsStatus 2 overloads
public NullSessionSettingsStatus() #Create a new NullSessionSettingsStatus.
public NullSessionSettingsStatus(String domainController, Nullable<Int32> restrictAnonymous, Nullable<Int32> restrictAnonymousSam, Boolean allowsNullSession, IReadOnlyList<RegistryEvidence> evidence = null) #Create a new NullSessionSettingsStatus with mandatory fields.
Parameters
- domainController System.String
- restrictAnonymous System.Nullable{System.Int32}
- restrictAnonymousSam System.Nullable{System.Int32}
- allowsNullSession System.Boolean
- evidence System.Collections.Generic.IReadOnlyList{ComputerX.Common.RegistryEvidence} = null
Inherited Methods
Properties
public Nullable<Int32> RestrictAnonymous { get; set; } #Value of restrictanonymous (LSA).
public Nullable<Int32> RestrictAnonymousSam { get; set; } #Value of restrictanonymoussam (LSA).
public Boolean AllowsNullSession { get; set; } #True when settings still allow null sessions.
public IReadOnlyList<RegistryEvidence> Evidence { get; set; } #ResultMetadata(HideInTables = true, HideInGrids = true, Label = "Registry Evidence")Registry evidence used to compute the posture.