---
title: OS_sec_trust
framework: security
role: symbol
role_heading: Protocol
path: security/os_sec_trust
---

# OS_sec_trust

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.

## Declaration

```swift
protocol OS_sec_trust : NSObjectProtocol
```

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
