Skip to main content
A newer version of this page is available. .

EFCachedRequestSecurityAdapterProvider.CreatePermissionDictionary(IObjectSpace, Type, Object) Method

Namespace: DevExpress.ExpressApp.Security.EF.Adapters

Assembly: DevExpress.ExpressApp.Security.EF.v18.2.dll

Declaration

public virtual IPermissionDictionary CreatePermissionDictionary(
    IObjectSpace objectSpace,
    Type userType,
    object userID
)

Parameters

Name Type
objectSpace IObjectSpace
userType Type
userID Object

Returns

Type
DevExpress.ExpressApp.Security.IPermissionDictionary
See Also