Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    SecuredXPObjectSpaceProviderOptions.AllowICommandChannelDoWithSecurityContext Property

    Allows to pass commands to database provider.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Security.Xpo.v25.1.dll

    NuGet Package: DevExpress.ExpressApp.Security.Xpo

    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

    If you set this property to true, it indicates that you can execute Direct SQL Queries and Stored Procedures in Integrated Mode of the Security System, or when the Middle Tier Security server is used.

    See Also