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)

Syntax

'宣言
Public MustOverride Function RemoveAccessControlEntry ( _
    token As String, _
    descriptor As IdentityDescriptor _
) As Boolean
public abstract bool RemoveAccessControlEntry(
    string token,
    IdentityDescriptor descriptor
)
public:
virtual bool RemoveAccessControlEntry(
    String^ token, 
    IdentityDescriptor^ descriptor
) abstract
abstract RemoveAccessControlEntry : 
        token:string * 
        descriptor:IdentityDescriptor -> bool 
public abstract function RemoveAccessControlEntry(
    token : String, 
    descriptor : 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