---
title: kLSQuarantineAgentNameKey
framework: coreservices
role: symbol
role_heading: Global Variable
path: coreservices/klsquarantineagentnamekey
---

# kLSQuarantineAgentNameKey

The app name of the quarantining agent.

## Declaration

```swift
let kLSQuarantineAgentNameKey: CFString
```

## Discussion

Discussion When setting quarantine properties, this agent name is set automatically to the current process name if this key is not present in the caller’s dictionary.

## See Also

### Understanding the Quarantine Properties Dictionary

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