API Reference
Class
NullSessionSettingsStatus
Per-controller row describing null session exposure.
Inheritance
- Object
- NullSessionSettingsStatus
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
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
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.