GroupManager.GetGroup Method (SecurityIdentifier)
Retrieves a Group object from the cache by SecurityIdentifier.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public Group GetGroup(
SecurityIdentifier sid
)
public:
Group^ GetGroup(
SecurityIdentifier^ sid
)
Public Function GetGroup (
sid As SecurityIdentifier
) As Group
Parameters
sid
Type: System.Security.Principal.SecurityIdentifierThe SecurityIdentifier that identifies the Group object.
Return Value
Type: Microsoft.WindowsServerSolutions.Groups.Group
A Groupobject.
See Also
GetGroupāOverload
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top