Skip to main content
.NET 6.0+

SecurityStrategy.SecuredNonPersistentTypes Property

OBSOLETE

Use 'AdditionalSecuredTypes' instead.

This property is now obsolete. Use the SecurityStrategy.AdditionalSecuredTypes property instead.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

[Obsolete("Use 'AdditionalSecuredTypes' instead.", true)]
public static IList<Type> SecuredNonPersistentTypes { get; }

Property Value

Type
IList<Type>
See Also