---
title: kSecReturnAttributes
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecreturnattributes
---

# kSecReturnAttributes

A key whose value is a Boolean indicating whether or not to return item attributes.

## Declaration

```swift
let kSecReturnAttributes: CFString
```

## Discussion

Discussion The corresponding value is of type CFBoolean. A value of kCFBooleanTrue indicates that a dictionary of the (unencrypted) attributes of an item should be returned in the form of a CFDictionary using the keys and values defined in Item attribute keys and values.
