MonobjcMonobjc Documented Class Library
name Field
NamespacesMonobjc.SecurityFoundationAuthorizationItemname
The required name of the authorization right or environment data. The name of a right is something that you create. You should name rights in a style similar to Java package names. For example, "com.myOrganization.myProduct.myRight". Set this field to kAuthorizationRightExecute when requesting a right for use in the function AuthorizationExecuteWithPrivileges.
Declaration Syntax
C#Visual BasicVisual C++
public string name
Public name As String
public:
String^ name
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.SecurityFoundation (Module: Monobjc.SecurityFoundation)