TestimoX

API Reference

Class

SidClassificationResult

Namespace ADPlayground.Acl
Assembly ADPlayground
Implements
IEquatable<SidClassificationResult>
Modifiers sealed

Outcome of classifying a single SID with optional identity enrichment.

Inheritance

  • Object
  • SidClassificationResult

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

public SidClassificationResult() #

Methods

public SidClassificationResult <Clone>$() #
Returns: SidClassificationResult
public virtual Boolean Equals(SidClassificationResult other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public SecurityIdentifier Sid { get; set; } #

SID that was evaluated.

public String SidString { get; set; } #

String representation of the SID.

public SidClassification Classification { get; set; } #

Detected classification bucket.

public IdentityInfo Identity { get; set; } #

Optional resolved identity information (populated when resolution is requested).

public String SidHistoryNote { get; set; } #

Optional SIDHistory linkage note describing the internal object that carries this SID.

public String Rationale { get; set; } #

Optional diagnostic note indicating why the classification was chosen.