Skip to main content
A newer version of this page is available. .

SecuritySystemRole(Session) Constructor

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

Namespace: DevExpress.ExpressApp.Security.Strategy

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

Declaration

public SecuritySystemRole(
    Session session
)

Parameters

Name Type Description
session Session

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

See Also