Skip to main content
.NET 6.0+

SecuritySystemUserBase(Session) Constructor

Initializes a new instance of the SecuritySystemUserBase class in a particular Session

Namespace: DevExpress.ExpressApp.Security.Strategy

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

Declaration

public SecuritySystemUserBase(
    Session session
)

Parameters

Name Type Description
session Session

A DevExpress.Xpo.Session object, which is a persistent objects cache where the user will be instantiated.

See Also