AddObjectPermission(IPermissionPolicyRole, Type, String, String, Nullable<SecurityPermissionState>)
static
|
role, type, operations, criteria, state
|
Finds the first type permission for the specified type in the role and adds the object permission to it. If the appropriate type permission is not found, this method creates it.
|
AddObjectPermission(IPermissionPolicyTypePermissionObject, String, String, Nullable<SecurityPermissionState>)
static
|
typePermission, operations, criteria, State
|
Finds the first type permission for the given type in the current role and adds the object permission to it. If the appropriate type permission is not found, it is created.
|
AddObjectPermission<T>(IPermissionPolicyRole, String, String, Nullable<SecurityPermissionState>)
static
|
role, operations, criteria, state
|
Finds the first type permission for the specified type in the role and adds the object permission to it. If the appropriate type permission is not found, this method creates it.
|