The DomainSelectType enumeration contains methods for specifying domain during security subject search.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | Default_. Default value. If domain name is not clearly indicated in the ISecuritySubjectsSearch.NameCriteria property, search is executed in the current user domain. |
| 1 | CurrentComputerDomain. Current computer domain. |
| 2 | SpecifiedDomain. Domain name is clearly indicated. Name is specified in the ISecuritySubjectsSearch.NameCriteria property. |
| 3 | DomainController. Domain controller name is specified. Name is specified in the ISecuritySubjectsSearch.NameCriteria property. |
See also: