SecurityStrategy(Type, AuthenticationBase, ITypesInfo) Constructor
In This Article
Initializes a new instance of the SecurityStrategy class with specified settings.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
public SecurityStrategy(
Type userType,
AuthenticationBase authentication,
ITypesInfo typesInfo = null
)
#Parameters
Name | Type | Description |
---|---|---|
user |
Type | The type of a security strategy user. |
authentication | Authentication |
An Authentication |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
types |
ITypes |
null | An ITypes |
See Also