Skip to main content

SecKeyCopyAttributes

Function SecKeyCopyAttributes 

Source
pub unsafe extern "C-unwind" fn SecKeyCopyAttributes(
    key: &SecKey,
) -> Option<CFRetained<CFDictionary>>
👎Deprecated:

renamed to SecKey::attributes

Available on crate features SecBase and SecKey only.