This documentation is archived and is not being maintained.
ISecurityChangedEventHandler Interface
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
The ISecurityChangedEventHandler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RemoveAccessControlLists | Allows the implementer to override, block or listen for RemoveAccessControlLists calls. |
![]() | RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IEnumerable<IdentityDescriptor>) | Allows the impelementor to override, block or listen for RemovePermissions calls. |
![]() | RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IdentityDescriptor, Int32) | Allows the impelementor to override, block or listen for RemovePermissions calls. |
![]() | RenameToken | Allows the implementer to override, block or listen for RenameToken calls. |
![]() | SetAccessControlLists | Allows the implementer to override, block or listen for SetAccessControLists calls. |
![]() | SetInheritFlag | Allows the implementer to override, block or listen for SetInheritFlag calls. |
![]() | SetPermissions | Allows the implementer to override, block or listen for SetPermissions calls. |
![]() | ValidInHostContext | Should return true if this handler is valid in this context. |
Show:
