---
title: SecTrustSettingsResult.unspecified
framework: security
role: symbol
role_heading: Case
path: security/sectrustsettingsresult/unspecified
---

# SecTrustSettingsResult.unspecified

This certificate is neither trusted nor distrusted. This value can be used to specify an “allowed error” without assigning trust to a specific certificate.

## Declaration

```swift
case unspecified
```

## Discussion

Discussion This value can be used to specify an allowed error without assigning trust to the certificate.
