---
title: kSecTrustEvaluationDate
framework: security
role: symbol
role_heading: Global Variable
path: security/ksectrustevaluationdate
---

# kSecTrustEvaluationDate

A key whose value indicates the time that the trust evaluation took place.

## Declaration

```swift
let kSecTrustEvaluationDate: CFString
```

## Discussion

Discussion This key is present after the results become available from performing the trust evaluation. The value is a CFDate object representing when the evaluation took place.
