---
title: kLSQuarantineAgentBundleIdentifierKey
framework: coreservices
role: symbol
role_heading: Global Variable
path: coreservices/klsquarantineagentbundleidentifierkey
---

# kLSQuarantineAgentBundleIdentifierKey

The bundle identifier of the quarantining agent.

## Declaration

```swift
let kLSQuarantineAgentBundleIdentifierKey: CFString
```

## Discussion

Discussion When setting quarantine properties, the bundle identifier is set automatically to the main bundle identifier of the current process if the key is not present in the caller’s dictionary.

## See Also

### Understanding the Quarantine Properties Dictionary

- [kLSQuarantineAgentNameKey](coreservices/klsquarantineagentnamekey.md)
- [kLSQuarantineTimeStampKey](coreservices/klsquarantinetimestampkey.md)
- [kLSQuarantineTypeKey](coreservices/klsquarantinetypekey.md)
- [kLSQuarantineDataURLKey](coreservices/klsquarantinedataurlkey.md)
- [kLSQuarantineOriginURLKey](coreservices/klsquarantineoriginurlkey.md)
