TeamFoundationSecurityNamespace.QueryAccessControlList 方法
在所有情况下: 此方法将查询指定的标记为 AccessControlList。 它将返回有关提供的描述符或所有描述符,如果为 null 的 AccessControlEntry 信息提供给您的描述符参数。
命名空间: Microsoft.TeamFoundation.Framework.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
Public Function QueryAccessControlList ( _
requestContext As TeamFoundationRequestContext, _
token As String, _
descriptors As IEnumerable(Of IdentityDescriptor), _
includeExtendedInfo As Boolean _
) As AccessControlList
public AccessControlList QueryAccessControlList(
TeamFoundationRequestContext requestContext,
string token,
IEnumerable<IdentityDescriptor> descriptors,
bool includeExtendedInfo
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
当前请求的上下文。
- token
类型:System.String
为查询权限 AccessControlList 标记。
- descriptors
类型:System.Collections.Generic.IEnumerable<IdentityDescriptor>
描述符将拥有权限检索有关的信息。
- includeExtendedInfo
类型:System.Boolean
如果 includeExtendedInfo 为 false,则返回 AccessControlEntry 对象的 ExtendedInfo 属性的所有将为 null。
返回值
类型:Microsoft.TeamFoundation.Framework.Server.AccessControlList
AccessControlLists 中传递的信息。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。