Note: This API is now obsolete.
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("IGroupSecurityService2 is obsolete.  Please use the IIdentityManagementService2 or ISecurityService instead.",  _
    False)> _
Public Interface IGroupSecurityService2 _
    Inherits IGroupSecurityService
[ObsoleteAttribute("IGroupSecurityService2 is obsolete.  Please use the IIdentityManagementService2 or ISecurityService instead.", 
    false)]
public interface IGroupSecurityService2 : IGroupSecurityService
[ObsoleteAttribute(L"IGroupSecurityService2 is obsolete.  Please use the IIdentityManagementService2 or ISecurityService instead.", 
    false)]
public interface class IGroupSecurityService2 : IGroupSecurityService
[<ObsoleteAttribute("IGroupSecurityService2 is obsolete.  Please use the IIdentityManagementService2 or ISecurityService instead.", 
    false)>]
type IGroupSecurityService2 =  
    interface 
        interface IGroupSecurityService 
    end
public interface IGroupSecurityService2 extends IGroupSecurityService
The IGroupSecurityService2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddMemberToApplicationGroup | Adds an identity (e.g. a user or a group) to a TFS application group. (Inherited from IGroupSecurityService.) | 
| .gif) | 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.) | 
| .gif) | Convert(TeamFoundationIdentity) | Convert method. (Inherited from IGroupSecurityService.) | 
| .gif) | CreateApplicationGroup | Creates a TFS application group. (Inherited from IGroupSecurityService.) | 
| .gif) | DeleteApplicationGroup | Deletes a TFS application group. (Inherited from IGroupSecurityService.) | 
| .gif) | GetChangedIdentities | (Inherited from IGroupSecurityService.) | 
| .gif) | GetIdentityChanges | ???? permission is required | 
| .gif) | IsIdentityCached | Checks whether an identity is cached. (Inherited from IGroupSecurityService.) | 
| .gif) | 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.) | 
| .gif) | ListApplicationGroups | Lists all TFS application groups in the specified scope. (Inherited from IGroupSecurityService.) | 
| .gif) | 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.) | 
| .gif) | ReadIdentity | Searches for an identity. (Inherited from IGroupSecurityService.) | 
| .gif) | ReadIdentityFromSource | (Inherited from IGroupSecurityService.) | 
| .gif) | RemoveMemberFromApplicationGroup | Removes an identity (e.g. a user or a group) from a TFS application group. (Inherited from IGroupSecurityService.) | 
| .gif) | UpdateApplicationGroup | Updates a property of a TFS application group. (Inherited from IGroupSecurityService.) | 
Top