Skip to main content

SecTrustGetTPHandle

Function SecTrustGetTPHandle 

Source
pub unsafe extern "C-unwind" fn SecTrustGetTPHandle(
    trust: &SecTrust,
    handle: NonNull<CSSM_TP_HANDLE>,
) -> i32
👎Deprecated:

renamed to SecTrust::tp_handle

Available on crate features cssmconfig and cssmtype and SecTrust only.