This documentation is archived and is not being maintained.
IGroupSecurityService2 Interface
Visual Studio 2013
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The IGroupSecurityService2 type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddMemberToApplicationGroup | Adds an identity (e.g. a user or a group) to a TFS application group. (Inherited from IGroupSecurityService.) |
![]() | Convert(Identity) | Convert method for backward compatibility scenarios that involve a Rosario client connecting to a Visual Studio 2005 or Visual Studio 2008 server. (Inherited from IGroupSecurityService.) |
![]() | Convert(TeamFoundationIdentity) | Convert method. (Inherited from IGroupSecurityService.) |
![]() | CreateApplicationGroup | Creates a TFS application group. (Inherited from IGroupSecurityService.) |
![]() | DeleteApplicationGroup | Deletes a TFS application group. (Inherited from IGroupSecurityService.) |
![]() | GetChangedIdentities | (Inherited from IGroupSecurityService.) |
![]() | GetIdentityChanges | ???? permission is required |
![]() | IsIdentityCached | Checks whether an identity is cached. (Inherited from IGroupSecurityService.) |
![]() | IsMember | Checks whether an identity (e.g. a user or a group) is a member (either direct or indirect) of a group. (Inherited from IGroupSecurityService.) |
![]() | ListApplicationGroups | Lists all TFS application groups in the specified scope. (Inherited from IGroupSecurityService.) |
![]() | ReadIdentities | Search for a list of identities. While ReadIdentity searches for only one identity at a time, this methods allows for searching on multiple identities. (Inherited from IGroupSecurityService.) |
![]() | ReadIdentity | Searches for an identity. (Inherited from IGroupSecurityService.) |
![]() | ReadIdentityFromSource | (Inherited from IGroupSecurityService.) |
![]() | RemoveMemberFromApplicationGroup | Removes an identity (e.g. a user or a group) from a TFS application group. (Inherited from IGroupSecurityService.) |
![]() | UpdateApplicationGroup | Updates a property of a TFS application group. (Inherited from IGroupSecurityService.) |
Show:
