---
title: kSecAttrAccessibleAlways
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattraccessiblealways
---

# kSecAttrAccessibleAlways

The data in the keychain item can always be accessed regardless of whether the device is locked.

## Declaration

```swift
let kSecAttrAccessibleAlways: CFString
```

## Discussion

Discussion This is not recommended for application use. Items with this attribute migrate to a new device when using encrypted backups.
