Removes the permissions from the framework token
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function RemovePermissions ( _
    requestContext As TeamFoundationRequestContext, _
    notificationType As NotificationType, _
    token As String, _
    identities As IEnumerable(Of IdentityDescriptor) _
) As Boolean
public bool RemovePermissions(
    TeamFoundationRequestContext requestContext,
    NotificationType notificationType,
    string token,
    IEnumerable<IdentityDescriptor> identities
)
public:
bool RemovePermissions(
    TeamFoundationRequestContext^ requestContext, 
    NotificationType notificationType, 
    String^ token, 
    IEnumerable<IdentityDescriptor^>^ identities
)
member RemovePermissions : 
        requestContext:TeamFoundationRequestContext * 
        notificationType:NotificationType * 
        token:string * 
        identities:IEnumerable<IdentityDescriptor> -> bool
public function RemovePermissions(
    requestContext : TeamFoundationRequestContext, 
    notificationType : NotificationType, 
    token : String, 
    identities : IEnumerable<IdentityDescriptor>
) : boolean
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- notificationType
 Type: Microsoft.TeamFoundation.Framework.Server.NotificationType
- token
 Type: System.String
- identities
 Type: System.Collections.Generic.IEnumerable<IdentityDescriptor>
Return Value
Type: System.Boolean
.NET Framework Security
- 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.