Skip to main content
.NET 6.0+

SecurityModule Events

The module contained in the DevExpress.ExpressApp.Security.v23.2.dll assembly.
Name Description
CustomChangePasswordOnLogon Occurs when the ChangePasswordOnLogon Action is being executed.
CustomUpdateLogonParameters static Occurs when the SecurityModule.TryUpdateLogonParameters method is executed.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
NonSecureActionsInitializing Occurs before the Security System initializes the collection of non-secure Actions. The Security System ignores these Actions and you cannot manage them in the Denied Actions tab in the UI.
See Also