ISecurityChangedEventHandler 接口

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
<InheritedExportAttribute> _
Public Interface ISecurityChangedEventHandler
[InheritedExportAttribute]
public interface ISecurityChangedEventHandler

ISecurityChangedEventHandler 类型公开以下成员。

属性

  名称 说明
公共属性 NamespaceId 命名空间此事件处理程序注册。

页首

方法

  名称 说明
公共方法 RemoveAccessControlLists 允许重写实现,块或侦听RemoveAccessControlLists调用。
公共方法 RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IEnumerable<IdentityDescriptor>) 允许重写实现,块或侦听RemovePermissions调用。
公共方法 RemovePermissions(TeamFoundationRequestContext, NotificationType, String, IdentityDescriptor, Int32) 允许重写实现,块或侦听RemovePermissions调用。
公共方法 RenameToken 允许重写实现,块或侦听RenameToken调用。
公共方法 SetAccessControlLists 允许重写实现,块或侦听SetAccessControLists调用。
公共方法 SetInheritFlag 允许重写实现,块或侦听SetInheritFlag调用。
公共方法 SetPermissions 允许重写实现,块或侦听SetPermissions调用。
公共方法 ValidInHostContext 如果此处理程序是有效的在此上下文中,应返回true。

页首

请参见

参考

Microsoft.TeamFoundation.Framework.Server 命名空间