Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SecuredObjectSpaceProvider.AllowICommandChannelDoWithSecurityContext Property

Indicates whether execution of Direct SQL Queries and Stored Procedures is allowed in Integrated Mode of the Security System or when the Middle Tier Security server is used.

Namespace: DevExpress.ExpressApp.Security.ClientServer

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

#Declaration

public bool AllowICommandChannelDoWithSecurityContext { get; set; }

#Property Value

Type Description
Boolean

true if execution of Direct SQL Queries and Stored Procedures is allowed in Integrated Mode of the Security System or when the Middle Tier Security server is used; otherwise, false.

#Remarks

For more information about Direct SQL Query execution under these conditions, refer to the following topic: Execute Direct SQL Queries in Integrated Mode and with XPO Middle Tier Security.

See Also