IGroupSecurityService 인터페이스
참고: 이 API는 이제 사용되지 않습니다.
네임스페이스: Microsoft.TeamFoundation.Server
어셈블리: Microsoft.TeamFoundation.Client(Microsoft.TeamFoundation.Client.dll)
구문
‘선언
<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
IGroupSecurityService 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
AddMemberToApplicationGroup | Id (예: 추가 사용자 또는 그룹) TFS 응용 프로그램 그룹에 있습니다. |
![]() |
Convert(Identity) | Visual Studio 2005 또는 Visual Studio 2008 서버에 연결 하는 로사리오 클라이언트를 포함 하는 이전 버전과 호환성 시나리오에 대 한 메서드를 변환 합니다. |
![]() |
Convert(TeamFoundationIdentity) | 메서드를 변환 합니다. |
![]() |
CreateApplicationGroup | TFS 응용 프로그램 그룹을 만듭니다. |
![]() |
DeleteApplicationGroup | TFS 응용 프로그램 그룹을 삭제합니다. |
![]() |
GetChangedIdentities | |
![]() |
IsIdentityCached | Id 캐시 된 여부를 확인 합니다. |
![]() |
IsMember | Id가 있는지 확인 (예: 사용자 또는 그룹) 그룹의 구성원 (직접 또는 간접)입니다. |
![]() |
ListApplicationGroups | 지정된 된 범위에서 TFS 응용 프로그램 그룹을 모두 나열합니다. |
![]() |
ReadIdentities | Id의 목록을 검색 합니다. 반면 ReadIdentity 한 번에 하나의 id에 대 한 검색,이 방법을 허용 여러 id를 검색 합니다. |
![]() |
ReadIdentity | Id 검색 합니다. |
![]() |
ReadIdentityFromSource | |
![]() |
RemoveMemberFromApplicationGroup | (예: id 제거 사용자 또는 그룹) TFS 응용 프로그램 그룹에서. |
![]() |
UpdateApplicationGroup | TFS 응용 프로그램 그룹의 속성을 업데이트합니다. |
위쪽