SecurityEventReceiver class

Includes event handlers for methods in the WebSvcSecurity.Security class.

Inheritance hierarchy

System.Object
  Microsoft.Office.Project.Server.Events.SecurityEventReceiver

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public MustInherit Class SecurityEventReceiver
'Usage
Dim instance As SecurityEventReceiver
public abstract class SecurityEventReceiver

Remarks

Important

Methods in the SecurityEventReceiver class are not supported in the SharePoint Permission Mode, which is used by Project Online and a default on-premises installation of Project Server 2013. For more information, see SharePoint Permission Mode in the What's new for IT pros in Project Server 2013 article on TechNet.

For information about creating an event handler, see How to: Create a Project Server Event Handler and Log an Event.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SecurityEventReceiver members

Microsoft.Office.Project.Server.Events namespace