Skip to main content
.NET 6.0+

IsGrantedExtensions.CanRead<T>(SecurityStrategy, Object, String) Method

For internal use.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public static bool CanRead<T>(
    this SecurityStrategy security,
    object targetObjectKey,
    string memberName = null
)

Parameters

Name Type
security SecurityStrategy
targetObjectKey Object

Optional Parameters

Name Type Default
memberName String null

Type Parameters

Name
T

Returns

Type
Boolean
See Also