ISecurityUser Interface
Declares members of a class which is a Security System User.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.v22.1.dll
Declaration
Remarks
Support this interface in a class used as a Security System User. An example is provided in the How to: Implement a Custom Security System User Based on an Existing Business Class topic. If you do not want to implement the ISecurityUser interface from scratch, inherit the XPO PermissionPolicyUser or EF 6/EF Core PermissionPolicyUser class, as demonstrated in the How to: Implement Custom Security Objects (Users, Roles, Operation Permissions) topic.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the ISecurityUser interface.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.