---
title: SecTrustResultType.proceed
framework: security
role: symbol
role_heading: Case
path: security/sectrustresulttype/proceed
---

# SecTrustResultType.proceed

The user granted permission to trust the certificate for the purposes designated in the specified policies.

## Declaration

```swift
case proceed
```

## Discussion

Discussion This value indicates that the user explicitly chose to trust a certificate in the chain, usually by clicking a button in a certificate trust panel. Your app should trust the chain. The Keychain Access utility refers to this value as “Always Trust.”
