---
title: kSecAttrComment
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattrcomment
---

# kSecAttrComment

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

## Declaration

```swift
let kSecAttrComment: CFString
```

## Discussion

Discussion The corresponding value is of type CFString and contains the user-editable comment for this item.
