Click or drag to resize
SecurityEvents Class
Security events
Inheritance Hierarchy
SystemObject
  CMS.MembershipSecurityEvents

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static class SecurityEvents

The SecurityEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAuthenticate
Fires when authentication of the user is performed, allows to connect the authentication process to the external authentication provider
Public fieldStatic memberAuthenticationRequested
Fires when authentication is requested
Public fieldStatic memberAuthorizeClass
Fires when class permission authorization is requested
Public fieldStatic memberAuthorizeResource
Fires when resource permission authorization is requested
Public fieldStatic memberAuthorizeUIElement
Fires when UI element authorization is requested
Public fieldStatic memberMultiFactorAuthenticate
Fires when multi-factor authentication of the user is performed, allows to customize way of sending passcode
Public fieldStatic memberSignOut
Fires when sign out of the user is performed
Top
See Also