TestimoX

API Reference

Class

AccountPairVerifier

Namespace ADPlayground.Identity
Assembly ADPlayground

Verifies that configured account pairs exist across domains and forests.

Inheritance

  • Object
  • AccountPairVerifier

Constructors

public AccountPairVerifier(IEnumerable<AccountPair> pairs, Func<String, String, Boolean> accountExists = null) #

Initializes a new instance of the AccountPairVerifier class.

Parameters

pairs System.Collections.Generic.IEnumerable{ADPlayground.Identity.AccountPairVerifier.AccountPair} requiredposition: 0
Pairs of accounts to validate.
accountExists System.Func{System.String,System.String,System.Boolean} = null optionalposition: 1
Optional delegate used to verify account existence.

Methods

public Void Verify() #
Returns: Void

Validates all configured account pairs.

public Void VerifyPair(AccountPair pair) #
Returns: Void

Validates a single account pair.

Parameters

pair ADPlayground.Identity.AccountPairVerifier.AccountPair requiredposition: 0
Pair to validate.