| SecurityEvents Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.Membership
 Syntax
Syntaxpublic static class SecurityEvents
The SecurityEvents type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|   | Authenticate | 
            Fires when authentication of the user is performed, allows to connect the authentication process to the external authentication provider
             | 
|   | AuthenticationRequested | 
            Fires when authentication is requested
             | 
|   | AuthorizeClass | 
            Fires when class permission authorization is requested
             | 
|   | AuthorizeResource | 
            Fires when resource permission authorization is requested
             | 
|   | AuthorizeUIElement | 
            Fires when UI element authorization is requested
             | 
|   | MultiFactorAuthenticate | 
            Fires when multi-factor authentication of the user is performed, allows to customize way of sending passcode
             | 
|   | SignOut | 
            Fires when sign out of the user is performed
             | 
 See Also
See Also