Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the implementer to override, block or listen for RemovePermissions calls.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function RemovePermissions ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
token As String, _
identities As IEnumerable(Of IdentityDescriptor) _
) As Boolean
bool RemovePermissions(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
string token,
IEnumerable<IdentityDescriptor> identities
)
bool RemovePermissions(
TeamFoundationRequestContext^ requestContext,
NotificationType notificationType,
String^ token,
IEnumerable<IdentityDescriptor^>^ identities
)
abstract RemovePermissions :
requestContext:TeamFoundationRequestContext *
notificationType:NotificationType *
token:string *
identities:IEnumerable<IdentityDescriptor> -> bool
function RemovePermissions(
requestContext : TeamFoundationRequestContext,
notificationType : NotificationType,
token : String,
identities : IEnumerable<IdentityDescriptor>
) : boolean
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context associated with this call.
notificationType
Type: Microsoft.TeamFoundation.Framework.Server.NotificationTypeThe type of notification that this is.
token
Type: System.StringThe token on which the identity has permissions.
identities
Type: System.Collections.Generic.IEnumerable<IdentityDescriptor>The identities to remove the permissions for.
Return Value
Type: System.Boolean
True if the operation should continue in the security namespace this notification is coming from.
.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.