IsGranted(IObjectSpace, Type, String, Object, String)
static
|
objectSpace, objectType, operation, targetObject, memberName
|
Checks whether or not the specified permission is granted to the current user.
|
IsGranted(IPermissionRequest)
static
|
permissionRequest
|
Checks whether or not the current user is allowed to execute the specified secured operation.
|
IsGranted(IRequestSecurity, IPermissionRequest)
static
|
security, permissionRequest
|
|
IsGranted(ISecurity, IPermission)
static
|
iSecurityInstance, permission
|
|
IsGranted(IPermission)
static
|
permission
|
Checks whether or not the specified permission is granted to the current user.
|