---
title: kSecCodeInfoCdHashes
framework: security
role: symbol
role_heading: Global Variable
path: security/kseccodeinfocdhashes
---

# kSecCodeInfoCdHashes

A key whose value is an array containing the unique binary identifier for every digest algorithm supported in the signature.

## Declaration

```swift
let kSecCodeInfoCdHashes: CFString
```

## Discussion

Discussion The corresponding CFArray contains the values of the kSecCodeInfoUnique binary identifier for every digest algorithm supported in the signature in the same order as in the kSecCodeInfoDigestAlgorithms array. The kSecCodeInfoUnique value contained in this array corresponds to the kSecCodeInfoDigestAlgorithm value.
