Skip to main content
.NET 6.0+

AuthenticationStandard.GetBusinessClasses() Method

Returns a list of persistent types that are used within the current authentication.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public override IList<Type> GetBusinessClasses()

Returns

Type Description
IList<Type>

An IList<Type> object that is the list of persistent types that are used within the current authentication.

See Also