Microsoft.WindowsServerSolutions.Users Namespace
The Microsoft.WindowsServerSolutions.Users namespace provides a set of APIs for managing user accounts.
Classes
Class | Description | |
---|---|---|
AddUserRequestCompletionArgs | Represents the arguments that are passed to the event that is raised when a new user account is added. |
|
GetGroupsRequestCompletionArgs | Represents the arguments that are passed to the callback for the completion of GetGroups. |
|
GetWSSServerGroupsRequestCompletionArgs | Represents the arguments that are passed to the callback for the completion of GetGroups. |
|
IdentityNotification | Represents the values for identity notification. |
|
ImportUserRequestCompletionArgs | Represents the arguments that are passed to the event that is raised when a user account is imported. |
|
IsPartOFServerUsersRequestCompletionArgs | Represents the arguments that are passed to the callback for the completion of GenerateSid. |
|
PersonalInfo | Represents the personal information that is associated to a user account. |
|
RemoveUserRequestCompletionArgs | Represents the arguments that are passed to the event that is raised when a user account is removed. |
|
RequestCompletionEventArgs | Represents the arguments that are passed for a request completion event. |
|
ReturnClass | Represents the return class for the Users Provider. |
|
UpdateUserRequestCompletionArgs | Represents the arguments that are passed to the event that is raised when a user account is updated. |
|
User | Represents a user account. |
|
UserException | Represents errors that occur with the User Provider. |
|
UserExceptionFault | Represents errors that occur with the User Provider. |
|
UserFault | Represents errors that occur with the User Provider. |
|
UserGroupCommonInfoContract | Describes a user group common info contract. |
|
UserIdentity | Represents that identity information for a user account. |
|
UserInfo | Represents the information that is associated to a user account. |
|
UserInfoArgs | Contains the user information for use in an event handler. |
|
UserInfoManager | Represents the operations that are used to manage UserInfo objects. |
|
UserMgmtManager | Represents the operations that are used to manage User objects. |
|
UserObjectModelConstants | Contains the user object model constants. |
|
UserSID | Represents the security identifiers that are associated with the user account. |
Enumerations
Enumeration | Description | |
---|---|---|
AccessLevelType | Indicates the level of user rights for the user account. |
|
FileHistoryStates | Describes the file history states. |
|
RemoteAccessType | Indicates whether a user account can use Remote Web Access. |
|
UserCustomExceptionCode | Indicates the exception codes for operations that are associated to user accounts. |
|
UserStatus | Indicates the status of the user account. |
|
WSSServerGroupType | Indicates the type of the group. |
Return to top