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

SecurityStrategy(Type, AuthenticationBase) Constructor

Initializes a new instance of the SecurityStrategy class with the specified user type and authentication.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public SecurityStrategy(
    Type userType,
    AuthenticationBase authentication
)

Parameters

Name Type Description
userType Type

The type of a security strategy user.

authentication AuthenticationBase

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

See Also