This documentation is archived and is not being maintained.

IGroupSecurityService2 Interface

Note: This API is now obsolete.

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

[ObsoleteAttribute(L"IGroupSecurityService2 is obsolete.  Please use the IIdentityManagementService2 or ISecurityService instead.", 
	false)]
public interface class IGroupSecurityService2 : IGroupSecurityService

The IGroupSecurityService2 type exposes the following members.

  NameDescription
Public methodAddMemberToApplicationGroupAdds an identity (e.g. a user or a group) to a TFS application group. (Inherited from IGroupSecurityService.)
Public methodConvert(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.)
Public methodConvert(TeamFoundationIdentity)Convert method. (Inherited from IGroupSecurityService.)
Public methodCreateApplicationGroupCreates a TFS application group. (Inherited from IGroupSecurityService.)
Public methodDeleteApplicationGroupDeletes a TFS application group. (Inherited from IGroupSecurityService.)
Public methodGetChangedIdentities (Inherited from IGroupSecurityService.)
Public methodGetIdentityChanges???? permission is required
Public methodIsIdentityCachedChecks whether an identity is cached. (Inherited from IGroupSecurityService.)
Public methodIsMemberChecks whether an identity (e.g. a user or a group) is a member (either direct or indirect) of a group. (Inherited from IGroupSecurityService.)
Public methodListApplicationGroupsLists all TFS application groups in the specified scope. (Inherited from IGroupSecurityService.)
Public methodReadIdentitiesSearch 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.)
Public methodReadIdentitySearches for an identity. (Inherited from IGroupSecurityService.)
Public methodReadIdentityFromSource (Inherited from IGroupSecurityService.)
Public methodRemoveMemberFromApplicationGroupRemoves an identity (e.g. a user or a group) from a TFS application group. (Inherited from IGroupSecurityService.)
Public methodUpdateApplicationGroupUpdates a property of a TFS application group. (Inherited from IGroupSecurityService.)
Top
Show: