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

XPOSecurityAdapterHelper Class

Provides helper methods for XPO Security Adapters.

Namespace: DevExpress.ExpressApp.Security.Xpo.Adapters

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

#Declaration

public static class XPOSecurityAdapterHelper

#Remarks

You can enable all available XPO adapters at once using the XPOSecurityAdapterHelper.GetXpoCachedRequestSecurityAdapters helper method.

using DevExpress.ExpressApp.Security.Adapters;
using DevExpress.ExpressApp.Security.Xpo.Adapters;
// ...
IsGrantedAdapter.Enable(XPOSecurityAdapterHelper.GetXpoCachedRequestSecurityAdapters());

#Inheritance

Object
XPOSecurityAdapterHelper
See Also