TeamFoundationSecurityNamespace.QueryAccessControlList 메서드

모든 경우에:이 메서드는 지정 된 토큰에 대 한 AccessControlList 조회 합니다. AccessControlEntry 정보가 제공 되는 설명자 또는 null 인 경우 모든 설명자를 설명자 매개 변수에 반환 됩니다.

네임스페이스:  Microsoft.TeamFoundation.Framework.Server
어셈블리:  Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)

구문

‘선언
Public Overridable Function QueryAccessControlList ( _
    requestContext As TeamFoundationRequestContext, _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor), _
    includeExtendedInfo As Boolean _
) As AccessControlList
public virtual AccessControlList QueryAccessControlList(
    TeamFoundationRequestContext requestContext,
    string token,
    IEnumerable<IdentityDescriptor> descriptors,
    bool includeExtendedInfo
)

매개 변수

  • token
    형식: System.String
    토큰에 대 한 권한을 쿼리하려면 AccessControlList입니다.
  • includeExtendedInfo
    형식: System.Boolean
    IncludeExtendedInfo이 false 인 경우: 모든 ExtendedInfo 속성은 반환 된 AccessControlEntry 개체에 대 한 null이 됩니다.IncludeExtendedInfo이 true: 모든 ExtendedInfo 속성은 반환 된 AccessControlEntry 개체에 대 한 유효한 AceExtendedInformation 개체에 대 한 참조가 포함 됩니다.설명자 매개 변수가 null 인 경우이 함수는 그에 대 한 명시적 또는 상속 된 권한이 모든 설명자에 대 한 AccessControlEntries를 반환 합니다.

반환 값

형식: Microsoft.TeamFoundation.Framework.Server.AccessControlList
AccessControlLists 정보를 전달 합니다.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

TeamFoundationSecurityNamespace 클래스

Microsoft.TeamFoundation.Framework.Server 네임스페이스