---
title: kSecMatchSearchList
framework: security
role: symbol
role_heading: Global Variable
path: security/ksecmatchsearchlist
---

# kSecMatchSearchList

A key whose value indicates a list of items to search.

## Declaration

```swift
let kSecMatchSearchList: CFString
```

## Discussion

Discussion The value is a CFArray of SecKeychain items. If provided, the search will be limited to the keychain items contained in this list.
