---
title: alertPrompt
framework: security
role: symbol
role_heading: Instance Property
path: security/seckeyimportexportparameters/alertprompt
---

# alertPrompt

The prompt to display in the secure passphrase alert panel.

## Declaration

```swift
var alertPrompt: Unmanaged<CFString>
```

## Discussion

Discussion When importing or exporting a key, if you set the securePassphrase flag bit, you can optionally use this field to specify a string for the prompt that appears in the password panel.
