Enumeration: ACCESSIBLE
Enum representing when a keychain item is accessible.
Enumeration Members
AFTER_FIRST_UNLOCK
AFTER_FIRST_UNLOCK:
"AccessibleAfterFirstUnlock"
The data in the keychain item cannot be accessed after a restart until the device has been unlocked once by the user.
Defined in
AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY
AFTER_FIRST_UNLOCK_THIS_DEVICE_ONLY:
"AccessibleAfterFirstUnlockThisDeviceOnly"
The data in the keychain item cannot be accessed after a restart until the device has been unlocked once by the user. Items with this attribute never migrate to a new device.
Defined in
ALWAYS
ALWAYS:
"AccessibleAlways"
The data in the keychain item can always be accessed regardless of whether the device is locked.
Defined in
WHEN_PASSCODE_SET_THIS_DEVICE_ONLY
WHEN_PASSCODE_SET_THIS_DEVICE_ONLY:
"AccessibleWhenPasscodeSetThisDeviceOnly"
The data in the keychain can only be accessed when the device is unlocked. Only available if a passcode is set on the device. Items with this attribute never migrate to a new device.
Defined in
WHEN_UNLOCKED
WHEN_UNLOCKED:
"AccessibleWhenUnlocked"
The data in the keychain item can be accessed only while the device is unlocked by the user.
Defined in
WHEN_UNLOCKED_THIS_DEVICE_ONLY
WHEN_UNLOCKED_THIS_DEVICE_ONLY:
"AccessibleWhenUnlockedThisDeviceOnly"
The data in the keychain item can be accessed only while the device is unlocked by the user. Items with this attribute do not migrate to a new device.