Skip to main content

SecKeychainUnlock

Function SecKeychainUnlock 

Source
pub unsafe extern "C-unwind" fn SecKeychainUnlock(
    keychain: Option<&SecKeychain>,
    password_length: u32,
    password: *const c_void,
    use_password: bool,
) -> i32
👎Deprecated:

renamed to SecKeychain::unlock

Available on crate features SecBase and SecKeychain only.