Contents

sec_trust_copy_ref(_:)

Declaration

func sec_trust_copy_ref(_ trust: sec_trust_t) -> Unmanaged<SecTrust>

Parameters

  • trust:

    A sec_trust_t instance.

Return Value

The underlying SecTrustRef instance.

Discussion

Copy a retained reference to the underlying SecTrustRef instance.