<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/sec_trust_t",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@T@sec_trust_t"
  },
  "title" : "sec_trust_t"
}
-->

# sec_trust_t

These are os_object compatible and ARC-able wrappers around existing CoreFoundation
Security types, including: SecTrustRef, SecIdentityRef, and SecCertificateRef. They allow
clients to use these types in os_object-type APIs and data structures. The underlying
CoreFoundation types may be extracted and used by clients as needed.

```
typealias sec_trust_t = any OS_sec_trust
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)