UserHelpers.GetUserGroupSids Method (WindowsIdentity)

 

Get the SIDs of the user groups for a specified user.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static string[] GetUserGroupSids(
    WindowsIdentity identity
)
public:
static array<String^>^ GetUserGroupSids(
    WindowsIdentity^ identity
)
Public Shared Function GetUserGroupSids (
    identity As WindowsIdentity
) As String()

Parameters

Return Value

Type: System.String[]

See Also

UserHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top