SecurityNamespace.RemoveAccessControlEntries 方法

移除在 AccessControlList 存在与该指定的标记的指定标识描述符的所有访问控制项。

命名空间:  Microsoft.TeamFoundation.Framework.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Public MustOverride Function RemoveAccessControlEntries ( _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor) _
) As Boolean
public abstract bool RemoveAccessControlEntries(
    string token,
    IEnumerable<IdentityDescriptor> descriptors
)

参数

返回值

类型:System.Boolean
True,则移除的某些;否则,错误。

.NET Framework 安全性

请参见

参考

SecurityNamespace 类

Microsoft.TeamFoundation.Framework.Client 命名空间