Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.dll

Declaration

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

Property Value

Type
IList<Type>
See Also