AWSIoTKeyChainAccessibility
Objective-C
NS_ENUM(NSInteger, AWSIoTKeyChainAccessibility) {
AWSIoTKeyChainAccessibilityWhenUnlocked = 1,
AWSIoTKeyChainAccessibilityAfterFirstUnlock,
AWSIoTKeyChainAccessibilityAlways __deprecated_enum_msg("Use an accessibility level that provides some user protection, such as AWSIoTKeyChainAccessibilityAfterFirstUnlock"),
AWSIoTKeyChainAccessibilityWhenPasscodeSetThisDeviceOnly,
AWSIoTKeyChainAccessibilityWhenUnlockedThisDeviceOnly,
AWSIoTKeyChainAccessibilityAfterFirstUnlockThisDeviceOnly,
AWSIoTKeyChainAccessibilityAlwaysThisDeviceOnly __deprecated_enum_msg("Use an accessibility level that provides some user protection, such as AWSIoTKeyChainAccessibilityAfterFirstUnlockThisDeviceOnly"),
}
Swift
enum AWSIoTKeyChainAccessibility : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTKeyChainAccessibilityWhenUnlocked = 1Swift
case whenUnlocked = 1 -
Undocumented
Declaration
Objective-C
AWSIoTKeyChainAccessibilityAfterFirstUnlockSwift
case afterFirstUnlock = 2 -
Deprecated
Use an accessibility level that provides some user protection, such as AWSIoTKeyChainAccessibilityAfterFirstUnlock
Undocumented
Declaration
Objective-C
AWSIoTKeyChainAccessibilityAlwaysSwift
case always = 3 -
Undocumented
Declaration
Objective-C
AWSIoTKeyChainAccessibilityWhenPasscodeSetThisDeviceOnlySwift
case whenPasscodeSetThisDeviceOnly = 4 -
Undocumented
Declaration
Objective-C
AWSIoTKeyChainAccessibilityWhenUnlockedThisDeviceOnlySwift
case whenUnlockedThisDeviceOnly = 5 -
Undocumented
Declaration
Objective-C
AWSIoTKeyChainAccessibilityAfterFirstUnlockThisDeviceOnlySwift
case afterFirstUnlockThisDeviceOnly = 6 -
Deprecated
Use an accessibility level that provides some user protection, such as AWSIoTKeyChainAccessibilityAfterFirstUnlockThisDeviceOnly
Undocumented
Declaration
Objective-C
AWSIoTKeyChainAccessibilityAlwaysThisDeviceOnlySwift
case alwaysThisDeviceOnly = 7
View on GitHub
Install in Dash
AWSIoTKeyChainAccessibility Enumeration Reference