次の方法で共有


SecurityNamespace.QueryAccessControlList メソッド

指定したトークンと ID の記述子に関連付けられた AccessControlList のオブジェクトを取得します。

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

構文

'宣言
Public MustOverride Function QueryAccessControlList ( _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor), _
    includeExtendedInfo As Boolean _
) As AccessControlList
public abstract AccessControlList QueryAccessControlList(
    string token,
    IEnumerable<IdentityDescriptor> descriptors,
    bool includeExtendedInfo
)

パラメーター

  • includeExtendedInfo
    型 : System.Boolean
    拡張情報を含めるように調整します。false 拡張情報を除外する場合は。

戻り値

型 : Microsoft.TeamFoundation.Framework.Client.AccessControlList
指定したトークンと ID の記述子に関連付けられたAccessControlList の オブジェクト。

.NET Framework セキュリティ

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

参照

関連項目

SecurityNamespace クラス

Microsoft.TeamFoundation.Framework.Client 名前空間