<!--
{
  "availability" : [
    "macOS: 10.7.0 - 13.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "Security",
  "identifier" : "/documentation/Security/SecDecryptTransformGetTypeID()",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Security"
    ],
    "preciseIdentifier" : "c:@F@SecDecryptTransformGetTypeID"
  },
  "title" : "SecDecryptTransformGetTypeID()"
}
-->

# SecDecryptTransformGetTypeID()

Returns the unique identifier of the opaque type to which a decryption transform belongs.

```
func SecDecryptTransformGetTypeID() -> CFTypeID
```

## Return Value

A value that identifies the opaque type of a [`SecTransform`](/documentation/Security/SecTransform) object meant for decryption.

---

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)