---
title: contentKeyRecipients
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcontentkeysession/contentkeyrecipients
---

# contentKeyRecipients

An array of content key recipients.

## Declaration

```swift
var contentKeyRecipients: [any AVContentKeyRecipient] { get }
```

## See Also

### Managing content key recipients

- [AVContentKeyRecipient](avfoundation/avcontentkeyrecipient.md)
- [addContentKeyRecipient(_:)](avfoundation/avcontentkeysession/addcontentkeyrecipient(_:).md)
- [removeContentKeyRecipient(_:)](avfoundation/avcontentkeysession/removecontentkeyrecipient(_:).md)
