Skip to main content
.NET 6.0+

IsGrantedAdapter.GetPermissionsProvider(IObjectSpace, Type, Object) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security.Adapters

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public static object GetPermissionsProvider(
    IObjectSpace objectSpace,
    Type providerType,
    object providerId
)

Parameters

Name Type
objectSpace IObjectSpace
providerType Type
providerId Object

Returns

Type
Object
See Also