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

SecurityStrategy.AdditionalSecuredTypes Field

Specifies the list extra types that can be secured (by default, only persistent types can be secured).

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public static readonly IList<Type> AdditionalSecuredTypes

Field Value

Type
IList<Type>
See Also