TestimoX

API Reference

Class

View (TrustSelectiveAuthenticationEvaluator)

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

View containing non-selective trusts for the domain.

Inheritance

  • Object
  • View

Constructors

public View(String DomainName, IReadOnlyList<NonSelective> NonSelectiveTrusts) #

View containing non-selective trusts for the domain.

Parameters

DomainName System.String requiredposition: 0
Domain name.
NonSelectiveTrusts System.Collections.Generic.IReadOnlyList{ADPlayground.Trusts.TrustSelectiveAuthenticationEvaluator.NonSelective} requiredposition: 1
Rows lacking selective auth.

Methods

public View <Clone>$() #
Returns: View
public Void Deconstruct(out String DomainName, out IReadOnlyList<NonSelective> NonSelectiveTrusts) #
Returns: Void

Parameters

DomainName String requiredposition: 0
NonSelectiveTrusts IReadOnlyList<NonSelective> requiredposition: 1
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 name.

public IReadOnlyList<NonSelective> NonSelectiveTrusts { get; set; } #

Rows lacking selective auth.