Returns the unique identifier of the opaque type to which a task object belongs.
SDK
- macOS 10.7+
Framework
- Security
Declaration
CFType ID SecTaskGetTypeID(void);
Return Value
A value that identifies the opaque type of a Sec
object.
Discussion
This function returns a value that uniquely identifies the opaque type of a Sec
object. You can compare this value to the CFType
identifier obtained by calling the CFGet
function on a specific object. These values might change from release to release or platform to platform.