Discuss this help topic in SecureBlackbox Forum
Initiates a search for a principal.
Declaration
Parameters
- Ctx - the search handle is returned via this parameter. This handle should be passed to PrincipalPropertySearchNext.
- URL - the URL of the resource.
- MatchProperties - a set of properties returned by PrincipalSearchPropertySet.
- Matches - property values to match.
- Properties - properties which need to be returned for the matching principals.
- ApplyToPrincipalCollectionSet - if set to true, the request is applied to each collection identified by the DAV:principal-collection-set property of the resource identified by the Request-URI.
Description
Use this method to initiate a search (and retrieve the first search result) for a principal.
After this method is called, call PrincipalPropertySearchNext until it returns true to get all matching users.
Discuss this help topic in SecureBlackbox Forum