TestimoX

API Reference

Class

View (SidHistorySameDomainEvaluator)

Namespace ADPlayground.Trusts.SidHistorySameDomainEvaluator
Assembly ADPlayground
Implements
IEquatable<View>
Modifiers sealed

Domain view with a count of sIDHistory values referencing the same domain.

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, Int32 Count, Boolean QuerySucceeded, String ErrorMessage) #

Domain view with a count of sIDHistory values referencing the same domain.

Parameters

DomainName System.String requiredposition: 0
Domain DNS name.
Count System.Int32 requiredposition: 1
Number of sIDHistory values with the same domain SID prefix.
QuerySucceeded System.Boolean requiredposition: 2
True when source data was successfully collected.
ErrorMessage System.String requiredposition: 3
Optional collection error details.

Methods

public View <Clone>$() #
Returns: View
public Void Deconstruct(out String DomainName, out Int32 Count, out Boolean QuerySucceeded, out String ErrorMessage) #
Returns: Void

Parameters

DomainName String requiredposition: 0
Count Int32 requiredposition: 1
QuerySucceeded Boolean requiredposition: 2
ErrorMessage String requiredposition: 3
public virtual Boolean Equals(View other) #
Returns: Boolean

Parameters

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

Properties

public String DomainName { get; set; } #

Domain DNS name.

public Int32 Count { get; set; } #

Number of sIDHistory values with the same domain SID prefix.

public Boolean QuerySucceeded { get; set; } #

True when source data was successfully collected.

public String ErrorMessage { get; set; } #

Optional collection error details.