This documentation is archived and is not being maintained.

IGroupSecurityService Interface

Note: This API is now obsolete.

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

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

The IGroupSecurityService type exposes the following members.

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