SecurityWebService.RemoveAccessControlEntries 方法

只要存在,从指定的标记的系统中移除访问控制项。

命名空间:  Microsoft.TeamFoundation.Server.Core.WebServices
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function RemoveAccessControlEntries ( _
    namespaceId As Guid, _
    token As String, _
    identities As List(Of IdentityDescriptor) _
) As Boolean
[WebMethodAttribute]
public bool RemoveAccessControlEntries(
    Guid namespaceId,
    string token,
    List<IdentityDescriptor> identities
)

参数

  • namespaceId
    类型:System.Guid
    进行这些更改的命名空间。

返回值

类型:System.Boolean
如果移除,则为 true 的内容

.NET Framework 安全性

请参阅

参考

SecurityWebService 类

Microsoft.TeamFoundation.Server.Core.WebServices 命名空间