API Reference
Class
PrincipalGroupMembershipScenarioOptions
Options for typed principal parent-group membership scenarios.
Inheritance
- Object
- PrincipalGroupMembershipScenarioOptions
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
Accepted by parameters
Constructors
public PrincipalGroupMembershipScenarioOptions() #Methods
public PrincipalGroupMembershipScenarioOptions ForIdentities(IEnumerable<String> identities) #Returns:
PrincipalGroupMembershipScenarioOptionsCreates a copy of the current options with a new identity set.
Parameters
- identities System.Collections.Generic.IEnumerable{System.String}
- Replacement identities.
Returns
Copied options with supplied identities.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IEnumerable<String> Identities { get; set; } #Gets principal identities (DN, SID, UPN, SAM).
public String Server { get; set; } #Gets optional domain controller target.
public NetworkCredential Credential { get; set; } #Gets optional credentials for LDAP bind.
public TimeSpan Timeout { get; set; } #Gets LDAP timeout for resolver operations.
public Int32 MaxDepth { get; set; } #Gets maximum recursion depth for parent-group traversal.
public Int32 MaxCacheSize { get; set; } #Gets maximum resolver cache size.