Removes a right from the policy database.
Original signature is 'OSStatus AuthorizationRightRemove ( AuthorizationRef authRef, const char *rightName );'
Available in Mac OS X v10.3 and later.

Declaration Syntax
public static int AuthorizationRightRemove(
IntPtr authRef,
string rightName
)
Public Shared Function AuthorizationRightRemove ( _
authRef As IntPtr, _
rightName As String _
) As Integer
public:
static int AuthorizationRightRemove(
IntPtr authRef,
String^ rightName
)

Return Value
A result code. See “Authorization Services Result Codes.”

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)