sec_identity_copy_ref(_:)
Declaration
func sec_identity_copy_ref(_ identity: sec_identity_t) -> Unmanaged<SecIdentity>?Parameters
- identity:
A
sec_identity_tinstance.
Return Value
The underlying SecIdentityRef instance.
Discussion
Copy a retained reference to the underlying SecIdentityRef instance.