This document is archived and information here might be outdated.  Recommended version.


IUserStore Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUserStore Interface
ArcGIS Developer Help

IUserStore Interface

An interface to access the user repository.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddUser Add a new user to the user store.
Method DeleteUser Deletes a user account from the user store.
Method GetAllUsers Returns a maxCount of users from the user store that match a particular filter.
Method GetAllUsersPaged Returns a pageSize of users from the user store from the startIndex.
Method GetTotalUsers Returns the total number of users in the user store.
Method GetUser Returns a user account from the user store.
Method Initialize Connects to a user store.
Method IsReadOnly Tests the connection to the user store.
Method TestConnection Tests the connection to the user store.
Method UpdateUser Updates a user account in the user store.
Method ValidateUser Validates the credentials of the user against the user store.

Classes that implement IUserStore

Classes Description