---
title: kSecAttrIsExtractable
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecattrisextractable
---

# kSecAttrIsExtractable

A key whose value indicates the item’s extractability.

## Declaration

```swift
let kSecAttrIsExtractable: CFString
```

## Discussion

Discussion The corresponding value is of type CFBoolean and indicates whether the item can be exported from its keychain. Items of class kSecClassKey have this attribute.
