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

SecuredObjectSpaceProvider.CreateNonsecuredObjectSpace() Method

Creates an Object Space that an application uses when a user tries to log on.

Namespace: DevExpress.ExpressApp.Security.ClientServer

Assembly: DevExpress.ExpressApp.Security.Xpo.v20.2.dll

Declaration

public IObjectSpace CreateNonsecuredObjectSpace()

Returns

Type Description
IObjectSpace

An Object Space that an application uses when a user tries to log on.

See Also