XPOSecurityAdapterHelper Class
Provides helper methods for XPO Security Adapters.
Namespace: DevExpress.ExpressApp.Security.Xpo.Adapters
Assembly: DevExpress.ExpressApp.Security.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
Declaration
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