Share via


SecurityWebService.RemoveAccessControlEntries Method

Removes the access control entries from the system for the specified token as long as they exist.

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<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
)
[WebMethodAttribute]
public:
bool RemoveAccessControlEntries(
    Guid namespaceId, 
    String^ token, 
    List<IdentityDescriptor^>^ identities
)
[<WebMethodAttribute>]
member RemoveAccessControlEntries : 
        namespaceId:Guid * 
        token:string * 
        identities:List<IdentityDescriptor> -> bool
public function RemoveAccessControlEntries(
    namespaceId : Guid, 
    token : String, 
    identities : List<IdentityDescriptor>
) : boolean

Parameters

  • namespaceId
    Type: System.Guid

    The namespace to make these changes in.

Return Value

Type: System.Boolean
True if something was removed

.NET Framework Security

See Also

Reference

SecurityWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace