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

PermissionSettingHelper.AddObjectPermission Method

Name Parameters Description
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.