Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.2+

SecuritySystem.IsGranted(IRequestSecurity, IPermissionRequest) Method

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool IsGranted(
    IRequestSecurity security,
    IPermissionRequest permissionRequest
)

Parameters

Name Type
security DevExpress.ExpressApp.Security.IRequestSecurity
permissionRequest IPermissionRequest

Returns

Type
Boolean
See Also