What is the usage of the kSecAttrIsPermanent
attribute when using Apples libcommonCrypto.dylib
on iOS?
Apples documentation says:
The corresponding value is of type CFBooleanRef and indicates whether this cryptographic key is to be stored permanently.
What is the reason not to store something permanently in the keychain and how long will it be stored then? (until reboot? until app is closed? until app is uninstalled?)