SecurityNamespace.RemoveAccessControlEntries Method

Removes all access control entries for the specified identity descriptors that exist on the AccessControlList that is associated with the specified token.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public MustOverride Function RemoveAccessControlEntries ( _
    token As String, _
    descriptors As IEnumerable(Of IdentityDescriptor) _
) As Boolean
public abstract bool RemoveAccessControlEntries(
    string token,
    IEnumerable<IdentityDescriptor> descriptors
)
public:
virtual bool RemoveAccessControlEntries(
    String^ token, 
    IEnumerable<IdentityDescriptor^>^ descriptors
) abstract
abstract RemoveAccessControlEntries : 
        token:string * 
        descriptors:IEnumerable<IdentityDescriptor> -> bool
public abstract function RemoveAccessControlEntries(
    token : String, 
    descriptors : IEnumerable<IdentityDescriptor>
) : boolean

Parameters

Return Value

Type: System.Boolean
True if something was removed; otherwise, false.

.NET Framework Security

See Also

Reference

SecurityNamespace Class

Microsoft.TeamFoundation.Framework.Client Namespace