Skip to main content
.NET 6.0+

IsGrantedAdapter.IsGranted(IRequestSecurity, Type, Object, String, String, IObjectSpace, Type, Object, out Boolean) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security.Adapters

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

Declaration

public static bool IsGranted(
    IRequestSecurity requestSecurity,
    Type objectType,
    object targetObject,
    string memberName,
    string operation,
    IObjectSpace objectSpace,
    Type userType,
    object userID,
    out bool result
)

Parameters

Name Type
requestSecurity DevExpress.ExpressApp.Security.IRequestSecurity
objectType Type
targetObject Object
memberName String
operation String
objectSpace IObjectSpace
userType Type
userID Object
result Boolean

Returns

Type
Boolean
See Also