---
title: codesigning_flags
framework: endpointsecurity
role: symbol
role_heading: Instance Property
path: endpointsecurity/es_process_t/codesigning_flags
---

# codesigning_flags

The flags used to sign the process.

## Declaration

```swift
var codesigning_flags: UInt32
```

## Discussion

Discussion See kern/cs_blobs.h in the macOS SDK inside of the Xcode app bundle for definitions of these flags.

## See Also

### Inspecting Code Signing Properties

- [cdhash](endpointsecurity/es_process_t/cdhash.md)
- [signing_id](endpointsecurity/es_process_t/signing_id.md)
- [team_id](endpointsecurity/es_process_t/team_id.md)
