---
title: kSecTrustOrganizationName
framework: security
role: symbol
role_heading: Global Variable
path: security/ksectrustorganizationname
---

# kSecTrustOrganizationName

A key whose value is the organization name field of the subject of the leaf certificate.

## Declaration

```swift
let kSecTrustOrganizationName: CFString
```

## Discussion

Discussion The value is a CFString that is meant to be displayed to the user as the validated name of the company or entity that owns the certificate, but only if the kSecTrustExtendedValidation key is present.
