PrincipalSearcher Class
Encapsulates the methods and search patterns used to execute a query against the underlying principal store.
Assembly: System.DirectoryServices.AccountManagement (in System.DirectoryServices.AccountManagement.dll)
| Name | Description | |
|---|---|---|
![]() | PrincipalSearcher() | Initializes a new instance of the PrincipalSearcher class. The QueryFilter property must be set before the Principal searcher object can be used to perform a search. |
![]() | PrincipalSearcher(Principal^) | Initializes a new instance of the PrincipalSearcher class with the specified query filter. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets that principal context that is used to perform the query. The context specifies the server or domain against which search operations are performed. |
![]() | QueryFilter | Gets or sets the query filter that is used to locate matching principals. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Disposes the current instance of the PrincipalSearcher object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FindAll() | Returns a principal search result that contains a collection of all the principal objects that match the principal specified in the query filter property. |
![]() | FindOne() | Returns a principal search result that contains the first principal object found that matches the principal specified in the QueryFilter property. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetUnderlyingSearcher() | Returns the underlying search object that is used by the Account Management API to perform the search. |
![]() | GetUnderlyingSearcherType() | Returns the type of the object returned from the GetUnderlyingSearcher method. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The default page size of 256 KB is used when the PrincipalSearcher class performs a query for domain principals. The application may override the default value by setting the PageSize property in the underlying DirectorySearcher object that is returned from the GetUnderlyingSearcher method.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.DirectoryServices.AccountManagement
Query by Example
System.DirectoryServices.AccountManagement Namespace Overview


