Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SecuritySystemUserBase Class

An abstract base class for Security System Users.

Namespace: DevExpress.ExpressApp.Security.Strategy

Assembly: DevExpress.ExpressApp.Security.Xpo.v19.2.dll

Declaration

[ImageName("BO_User")]
[Persistent("SecuritySystemUser")]
public abstract class SecuritySystemUserBase :
    XPCustomObject,
    ISecurityUser,
    IAuthenticationActiveDirectoryUser,
    IAuthenticationStandardUser
See Also