Adds a reference count to a security object.
SDKs
- iOS 12.0+
- macOS 10.14+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 5.0+
Framework
- Security
Declaration
void * sec_retain(void *obj);
Adds a reference count to a security object.
SDKs
Framework
void * sec_retain(void *obj);
sec _release
Releases a reference count on a security object.
sec _object _t
The generic type for security objects used with the Network framework.
OS _sec _object
An interface that supports the generic type for security objects used with the Network framework.