<!--
{
  "availability" : [
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/kSecCodeInfoTotalSignatures",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@kSecCodeInfoTotalSignatures"
  },
  "title" : "kSecCodeInfoTotalSignatures"
}
-->

# kSecCodeInfoTotalSignatures

```
let kSecCodeInfoTotalSignatures: CFString
```

## Discussion

Key in the dictionary returned by SecCodeCopySigningInformation. The value
is a CFNumber giving the total number of signature slots present on the code
object (ranging from 1 to kSecCSMaxSignatures).

---

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)