---
title: kSecAttrCreator
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattrcreator
---

# kSecAttrCreator

A key with a value that indicates the item’s creator.

## Declaration

```swift
let kSecAttrCreator: CFString
```

## Discussion

Discussion The corresponding value is of type CFNumber and represents the item’s creator. This number is the unsigned integer representation of a four-character code (for example, 'aCrt').
