IGroupSecurityService2 Interface
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 | |
---|---|---|
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.) |
Top