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

SecuritySystemUser(Session) Constructor

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

Namespace: DevExpress.ExpressApp.Security.Strategy

Assembly: DevExpress.ExpressApp.Security.Xpo.v21.1.dll

Declaration

public SecuritySystemUser(
    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