Skip to main content
.NET 6.0+

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

For internal use.

Namespace: DevExpress.ExpressApp.Security.Xpo.Adapters

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

Declaration

public override bool IsGranted(
    IRequestSecurity requestSecurity,
    IObjectSpace objectSpace,
    Type objectType,
    object targetObject,
    string memberName,
    string operation,
    out bool handled
)

Parameters

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

Returns

Type
Boolean
See Also