Udostępnij za pośrednictwem


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
System_CAPS_pubmethod PolicyAssignmentIdentificationUser()

Initializes a new instance of the PolicyAssignmentIdentificationUser class.

System_CAPS_pubmethod PolicyAssignmentIdentificationUser(String, String, String[])

Initializes a new instance of the PolicyAssignmentIdentificationUser class. Builds a well-formed user identification with input parameters.

System_CAPS_pubmethod 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
System_CAPS_pubproperty Sid

Gets or sets the user name SID.

System_CAPS_pubproperty UserGroups

Gets or sets the user groups.

System_CAPS_pubproperty UserGroupsAdded

Gets or sets the added user groups.

System_CAPS_pubproperty UserGroupsRemoved

Gets or sets the removed user groups.

System_CAPS_pubproperty UserName

Gets or sets the Windows NT 4.0 user name.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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