<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ExtensionFoundation",
  "identifier" : "/documentation/ExtensionFoundation/AppExtensionPoint/EnhancedSecurity",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ExtensionFoundation"
    ],
    "preciseIdentifier" : "s:19ExtensionFoundation03AppA5PointV16EnhancedSecurityV"
  },
  "title" : "AppExtensionPoint.EnhancedSecurity"
}
-->

# AppExtensionPoint.EnhancedSecurity

A type that indicates whether an extension point requires extra security.

```
struct EnhancedSecurity
```

## Overview

Add the `EnhancedSecurity` type to your extension point definition to indicate its security
requirements. Initialize the type with a value of `true` if you require app extensions to run
in a highly restrictive sandbox, or `false` if you don’t. For more information about configuring
the sandbox environment, see
<doc://com.apple.documentation/documentation/Xcode/enabling-enhanced-security-for-your-app>.

## Topics

### Creating a security attribute

[`init(Bool)`](/documentation/ExtensionFoundation/AppExtensionPoint/EnhancedSecurity/init(_:))

Initializes the type with the specified Boolean value.

## Relationships

### Conforms To

[`Attribute`](/documentation/ExtensionFoundation/AppExtensionPoint/Attribute)

---

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)