API Reference
Class
DelegationValidationResult
Represents the validation result for a delegated account.
Inheritance
- Object
- DelegationValidationResult
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 DelegationValidationResult(String samAccountName, IReadOnlyList<String> invalidServices) #Initializes a new instance of the DelegationValidationResult class.
Parameters
- samAccountName System.String
- SAM account name of the source account.
- invalidServices System.Collections.Generic.IReadOnlyList{System.String}
- Collection of invalid target services.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object