PolicyAssignmentIdentificationUser Class
Represents user identification. This is required for a user policy.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Microsoft.ConfigurationManagement.Messaging.Messages::PolicyAssignmentIdentificationUser
| Name | Description | |
|---|---|---|
![]() | PolicyAssignmentIdentificationUser() | Initializes a new instance of the PolicyAssignmentIdentificationUser class. |
![]() | PolicyAssignmentIdentificationUser(String^, String^, array<String^>^) | Initializes a new instance of the PolicyAssignmentIdentificationUser class. Builds a well-formed user identification with input parameters. |
![]() | PolicyAssignmentIdentificationUser(String^, String^, array<String^>^, array<String^>^, array<String^>^) | Initializes a new instance of the PolicyAssignmentIdentificationUser class. Builds a well-formed user identification with input parameters. |
| Name | Description | |
|---|---|---|
![]() | Sid | Gets or sets the user name SID. |
![]() | UserGroups | Gets or sets the user groups. |
![]() | UserGroupsAdded | Gets or sets the added user groups. |
![]() | UserGroupsRemoved | Gets or sets the removed user groups. |
![]() | UserName | Gets or sets the Windows NT 4.0 user name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

