Skip to main content

SecTrustCopyPublicKey

Function SecTrustCopyPublicKey 

Source
pub unsafe extern "C-unwind" fn SecTrustCopyPublicKey(
    trust: &SecTrust,
) -> Option<CFRetained<SecKey>>
👎Deprecated:

renamed to SecTrust::public_key

Available on crate features SecBase and SecTrust only.