---
title: kSecAttrCreationDate
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattrcreationdate
---

# kSecAttrCreationDate

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

## Declaration

```swift
let kSecAttrCreationDate: CFString
```

## Discussion

Discussion The corresponding value is of type CFDate and represents the date the item was created. Read only.
