次の方法で共有


Microsoft.WindowsServerSolutions.Users Namespace

 

The Microsoft.WindowsServerSolutions.Users namespace provides a set of APIs for managing user accounts.

Classes

Class Description
System_CAPS_pubclass AddUserRequestCompletionArgs

Represents the arguments that are passed to the event that is raised when a new user account is added.

System_CAPS_pubclass GetGroupsRequestCompletionArgs

Represents the arguments that are passed to the callback for the completion of GetGroups.

System_CAPS_pubclass GetWSSServerGroupsRequestCompletionArgs

Represents the arguments that are passed to the callback for the completion of GetGroups.

System_CAPS_pubclass IdentityNotification

Represents the values for identity notification.

System_CAPS_pubclass ImportUserRequestCompletionArgs

Represents the arguments that are passed to the event that is raised when a user account is imported.

System_CAPS_pubclass IsPartOFServerUsersRequestCompletionArgs

Represents the arguments that are passed to the callback for the completion of GenerateSid.

System_CAPS_pubclass PersonalInfo

Represents the personal information that is associated to a user account.

System_CAPS_pubclass RemoveUserRequestCompletionArgs

Represents the arguments that are passed to the event that is raised when a user account is removed.

System_CAPS_pubclass RequestCompletionEventArgs

Represents the arguments that are passed for a request completion event.

System_CAPS_pubclass ReturnClass

Represents the return class for the Users Provider.

System_CAPS_pubclass UpdateUserRequestCompletionArgs

Represents the arguments that are passed to the event that is raised when a user account is updated.

System_CAPS_pubclass User

Represents a user account.

System_CAPS_pubclass UserException

Represents errors that occur with the User Provider.

System_CAPS_pubclass UserExceptionFault

Represents errors that occur with the User Provider.

System_CAPS_pubclass UserFault

Represents errors that occur with the User Provider.

System_CAPS_pubclass UserGroupCommonInfoContract

Describes a user group common info contract.

System_CAPS_pubclass UserIdentity

Represents that identity information for a user account.

System_CAPS_pubclass UserInfo

Represents the information that is associated to a user account.

System_CAPS_pubclass UserInfoArgs

Contains the user information for use in an event handler.

System_CAPS_pubclass UserInfoManager

Represents the operations that are used to manage UserInfo objects.

System_CAPS_pubclass UserMgmtManager

Represents the operations that are used to manage User objects.

System_CAPS_pubclass UserObjectModelConstants

Contains the user object model constants.

System_CAPS_pubclass UserSID

Represents the security identifiers that are associated with the user account.

Enumerations

Enumeration Description
System_CAPS_pubenum AccessLevelType

Indicates the level of user rights for the user account.

System_CAPS_pubenum FileHistoryStates

Describes the file history states.

System_CAPS_pubenum RemoteAccessType

Indicates whether a user account can use Remote Web Access.

System_CAPS_pubenum UserCustomExceptionCode

Indicates the exception codes for operations that are associated to user accounts.

System_CAPS_pubenum UserStatus

Indicates the status of the user account.

System_CAPS_pubenum WSSServerGroupType

Indicates the type of the group.

Return to top