This documentation is archived and is not being maintained.
SecurityNamespace::RemoveAccessControlEntry Method
Visual Studio 2013
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.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: