PolicyAssignmentIdentificationUser Class
Represents user identification. This is required for a user policy.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.PolicyAssignmentIdentificationUser
Syntax
[SerializableAttribute]
public sealed class PolicyAssignmentIdentificationUser
[SerializableAttribute]
public ref class PolicyAssignmentIdentificationUser sealed
<SerializableAttribute>
Public NotInheritable Class PolicyAssignmentIdentificationUser
Constructors
Name | Description | |
---|---|---|
PolicyAssignmentIdentificationUser() | Initializes a new instance of the PolicyAssignmentIdentificationUser class. |
|
PolicyAssignmentIdentificationUser(String, String, String[]) | Initializes a new instance of the PolicyAssignmentIdentificationUser class. Builds a well-formed user identification with input parameters. |
|
PolicyAssignmentIdentificationUser(String, String, String[], String[], String[]) | Initializes a new instance of the PolicyAssignmentIdentificationUser class. Builds a well-formed user identification with input parameters. |
Properties
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top