---
title: kSecCodeInfoFormat
framework: security
role: symbol
role_heading: Global Variable
path: security/kseccodeinfoformat
---

# kSecCodeInfoFormat

A key whose value is a string representing the type and format of the code in a form suitable for display to a knowledgeable user.

## Declaration

```swift
let kSecCodeInfoFormat: CFString
```

## Discussion

Discussion The value is a CFString object. This is generic information returned regardless of which Code Signing Information Flags  you pass to the SecCodeCopySigningInformation(_:_:_:) function.
