This documentation is archived and is not being maintained.

SecurityNamespace::RemoveAccessControlEntry Method

Removes the access control entry for the specified identity descriptor that exists on the AccessControlList that is associated with the specified token.

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

public:
virtual bool RemoveAccessControlEntry(
	String^ token, 
	IdentityDescriptor^ descriptor
) abstract

Parameters

token
Type: System::String

The token that is associated with the AccessControlList from which to remove all access control entries.

descriptor
Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor

An identity descriptor for which to remove the associated AccessControlEntry.

Return Value

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

Show: