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)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::PolicyAssignmentIdentificationUser

[SerializableAttribute]
public ref class PolicyAssignmentIdentificationUser sealed 

NameDescription
System_CAPS_pubmethodPolicyAssignmentIdentificationUser()

Initializes a new instance of the PolicyAssignmentIdentificationUser class.

System_CAPS_pubmethodPolicyAssignmentIdentificationUser(String^, String^, array<String^>^)

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

System_CAPS_pubmethodPolicyAssignmentIdentificationUser(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.

NameDescription
System_CAPS_pubpropertySid

Gets or sets the user name SID.

System_CAPS_pubpropertyUserGroups

Gets or sets the user groups.

System_CAPS_pubpropertyUserGroupsAdded

Gets or sets the added user groups.

System_CAPS_pubpropertyUserGroupsRemoved

Gets or sets the removed user groups.

System_CAPS_pubpropertyUserName

Gets or sets the Windows NT 4.0 user name.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: