Skip to main content
.NET 6.0+

EFCachedRequestSecurityAdapterProvider.CreatePermissionDictionary(IObjectSpace, Type, Object) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security.EF.Adapters

Assembly: DevExpress.ExpressApp.Security.EF6.v23.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