---
title: "init(_:)"
framework: extensionfoundation
role: symbol
role_heading: Initializer
path: "extensionfoundation/appextensionpoint/enhancedsecurity/init(_:)"
---

# init(_:)

Initializes the type with the specified Boolean value.

## Declaration

```swift
init(_ value: Bool = true)
```

## Parameters

- `value`: true if the extension point requires extra security, or false if it doesn’t.
