ISecurityChangedEventHandler Interface
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface ISecurityChangedEventHandler
[InheritedExportAttribute]
public interface ISecurityChangedEventHandler
[InheritedExportAttribute]
public interface class ISecurityChangedEventHandler
[<InheritedExportAttribute>]
type ISecurityChangedEventHandler = interface end
public interface ISecurityChangedEventHandler
The ISecurityChangedEventHandler type exposes the following members.
Properties
Name | Description | |
---|---|---|
NamespaceId | The namespace that this event handler is registered for. |
Top
Methods
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. |
Top