<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "SecurityFoundation",
  "identifier" : "/documentation/SecurityFoundation",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "Security Foundation"
    ],
    "preciseIdentifier" : "SecurityFoundation"
  },
  "title" : "Security Foundation"
}
-->

# Security Foundation

Restrict a user’s access to particular features in your Mac app or daemon.

## Overview

This document was previously titled *Authorization Services Objective-C Reference,* and it replaced the `SFAuthorization` chapter of the *Security Objective-C API* document. The other chapters of that document have been replaced by <doc://com.apple.documentation/documentation/SecurityInterface>.

The Security Foundation framework contains a single class, [`SFAuthorization`](/documentation/SecurityFoundation/SFAuthorization), which allows you to restrict a user’s access to particular features in your Mac app or daemon.

## Topics

### Classes

[`SFAuthorization`](/documentation/SecurityFoundation/SFAuthorization)

A class that allows you to restrict a user’s access to particular features in your Mac app or daemon.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)