Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
identity
Type: System.Security.Principal.WindowsIdentityThe Windows identity of a user.
Return Value
Type: System.String[]
See Also
UserHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top