Share via


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
    これらの変更を加える名前空間。
  • token
    型 : System.String
    エントリを削除のトークン。

戻り値

型 : System.Boolean
何かが削除された場合は TRUE。

.NET Framework セキュリティ

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

参照

関連項目

SecurityWebService クラス

Microsoft.TeamFoundation.Server.Core.WebServices 名前空間