API Reference
Class
GroupMembersScenarioOptions
Options for typed group-membership member scenarios.
Inheritance
- Object
- GroupMembersScenarioOptions
Constructors
public GroupMembersScenarioOptions() #Methods
public GroupMembersScenarioOptions ForIdentities(IEnumerable<String> identities) #Returns:
GroupMembersScenarioOptionsCreates 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
Properties
public IEnumerable<String> Identities { get; set; } #Gets explicit group 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 effective membership resolution.
public Int32 MaxCacheSize { get; set; } #Gets maximum resolver cache size.