Skip to main content
A newer version of this page is available.
All docs
V18.2

SecurityStrategyComplex(Type, Type, AuthenticationBase) Constructor

Initializes a new instance of the SecurityStrategyComplex class with the specified user type, role type, and authentication.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public SecurityStrategyComplex(
    Type userType,
    Type roleType,
    AuthenticationBase authentication
)

Parameters

Name Type Description
userType Type

The type of a security strategy user.

roleType Type

The type of a security strategy role.

authentication AuthenticationBase

An AuthenticationBase object which is the authentication used within the security strategy.

Remarks

Refer to the Middle Tier Security - WCF Service topics to see this constructor in use.

See Also