Hello,
When I use Setup Assistance to backup from old device to new device, I would like to make certain keychain objects non-exportable/extractable.
I know I can make key non-exportable/extractable on kSecClassKey object by setting kSecKeyExtractable = NO. and I verified that my private keys that have kSecKeyExtractable set to NO don't get migrated from backup to the new device.
Is there any way I can do the same for metadata objects?
where we can make them non-exportable so they don't get moved from backup to new device?
Thanks,
Peter
When I use Setup Assistance to backup from old device to new device, I would like to make certain keychain objects non-exportable/extractable.
I know I can make key non-exportable/extractable on kSecClassKey object by setting kSecKeyExtractable = NO. and I verified that my private keys that have kSecKeyExtractable set to NO don't get migrated from backup to the new device.
Is there any way I can do the same for metadata objects?
where we can make them non-exportable so they don't get moved from backup to new device?
Thanks,
Peter