---
title: kSecAttrDescription
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattrdescription
---

# kSecAttrDescription

A key with a value that’s a string indicating the item’s description.

## Declaration

```swift
let kSecAttrDescription: CFString
```

## Discussion

Discussion The corresponding value is of type CFString and specifies a user-visible string describing this kind of item (for example, “Disk image password”).
