<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "EndpointSecurity",
  "identifier" : "/documentation/EndpointSecurity/es_process_t/codesigning_flags",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Endpoint Security"
    ],
    "preciseIdentifier" : "c:@SA@es_process_t@FI@codesigning_flags"
  },
  "title" : "codesigning_flags"
}
-->

# codesigning_flags

The flags used to sign the process.

```
var codesigning_flags: UInt32
```

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)