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

IsGrantedAdapter.Enable Method

Name Parameters Description
Enable(ISecurityAdapterProvider, ReloadPermissionStrategy) static securityAdapterProviders, reloadPermissionStrategy Enables the specified Security Adapter using the selected mode of reloading the security permissions.
Enable(ISecurityAdapterProvider) static securityAdapterProvider Enables the specified Security Adapter in the ReloadPermissionStrategy.NoCache mode.
Enable(IEnumerable<ISecurityAdapterProvider>, ReloadPermissionStrategy) static sourceSecurityAdapterProviders, reloadPermissionStrategy Enables the specified list of Security Adapters using the selected mode of reloading the security permissions.
Enable(IEnumerable<ISecurityAdapterProvider>) static securityAdapterProviders Enables the specified list of Security Adapters in the ReloadPermissionStrategy.NoCache mode.