API Reference
Class
AccountPairVerifier
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}
- Pairs of accounts to validate.
- accountExists System.Func{System.String,System.String,System.Boolean} = null
- Optional delegate used to verify account existence.