TeamFoundationSecurityNamespace.QueryAccessControlLists メソッド

すべての場合に、このメソッドは指定されたトークンの AccessControlList を照会します。AccessControlEntry 情報提供されて、記述子のすべての記述子が null の場合は、記述子パラメーターの指定が返されます。

名前空間:  Microsoft.TeamFoundation.Framework.Server
アセンブリ:  Microsoft.TeamFoundation.Framework.Server (Microsoft.TeamFoundation.Framework.Server.dll 内)

構文

'宣言
Public Function QueryAccessControlLists ( _
    requestContext As TeamFoundationRequestContext, _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor), _
    includeExtendedInfo As Boolean, _
    recurse As Boolean _
) As IEnumerable(Of AccessControlList)
public IEnumerable<AccessControlList> QueryAccessControlLists(
    TeamFoundationRequestContext requestContext,
    string token,
    IEnumerable<IdentityDescriptor> descriptors,
    bool includeExtendedInfo,
    bool recurse
)

パラメーター

  • token
    型 : System.String
    AccessControlList のアクセス許可をクエリのトークン。
  • includeExtendedInfo
    型 : System.Boolean
    IncludeExtendedInfo が false の場合は、すべての ExtendedInfo プロパティを返された AccessControlEntry オブジェクトは null になります。
  • recurse
    型 : System.Boolean
    サブフォルダーを含む ] 真でありこれを名前空間階層の場合は、下、SecurityNamespace に渡された、指定されたトークンに存在トークンについての情報も返されます。

戻り値

型 : System.Collections.Generic.IEnumerable<AccessControlList>
AccessControlLists に渡される情報。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

TeamFoundationSecurityNamespace クラス

Microsoft.TeamFoundation.Framework.Server 名前空間