---
title: kSecTrustResultValue
framework: security
role: symbol
role_heading: Global Variable
path: security/ksectrustresultvalue
---

# kSecTrustResultValue

A key whose value represents the trust evaluation result.

## Declaration

```swift
let kSecTrustResultValue: CFString
```

## Discussion

Discussion The key is present after trust evaluation completes. Its value is a CFNumber that holds one of the values listed in SecTrustResultType, indicating the outcome of the trust evaluation.
