IGroupSecurityService Interface

Note: This API is now obsolete.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
<ObsoleteAttribute("IGroupSecurityService is obsolete.  Please use the IIdentityManagementService or ISecurityService instead.",  _
    False)> _
Public Interface IGroupSecurityService
[ObsoleteAttribute("IGroupSecurityService is obsolete.  Please use the IIdentityManagementService or ISecurityService instead.", 
    false)]
public interface IGroupSecurityService
[ObsoleteAttribute(L"IGroupSecurityService is obsolete.  Please use the IIdentityManagementService or ISecurityService instead.", 
    false)]
public interface class IGroupSecurityService
[<ObsoleteAttribute("IGroupSecurityService is obsolete.  Please use the IIdentityManagementService or ISecurityService instead.", 
    false)>]
type IGroupSecurityService =  interface end
public interface IGroupSecurityService

The IGroupSecurityService type exposes the following members.

Methods

  Name Description
Public method AddMemberToApplicationGroup Adds an identity (e.g. a user or a group) to a TFS application group.
Public method Convert(Identity) Convert method for backward compatibility scenarios that involve a Rosario client connecting to a Visual Studio 2005 or Visual Studio 2008 server.
Public method Convert(TeamFoundationIdentity) Convert method.
Public method CreateApplicationGroup Creates a TFS application group.
Public method DeleteApplicationGroup Deletes a TFS application group.
Public method GetChangedIdentities
Public method IsIdentityCached Checks whether an identity is cached.
Public method IsMember Checks whether an identity (e.g. a user or a group) is a member (either direct or indirect) of a group.
Public method ListApplicationGroups Lists all TFS application groups in the specified scope.
Public method 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.
Public method ReadIdentity Searches for an identity.
Public method ReadIdentityFromSource
Public method RemoveMemberFromApplicationGroup Removes an identity (e.g. a user or a group) from a TFS application group.
Public method UpdateApplicationGroup Updates a property of a TFS application group.

Top

See Also

Reference

Microsoft.TeamFoundation.Server Namespace