SecurityStrategy(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(
ITypesInfo typesInfo
)
#Parameters
Name | Type | Description |
---|---|---|
types |
ITypes |
An ITypes |
See Also