Enumeration Case
列挙ケース
NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication
An option to allow the file to be accessible after a user first unlocks the device.
ユーザがデバイスをアンロックした後にファイルがアクセス可能であるのを許可するあるオプション。
Declaration
宣言
NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication = 0x40000000
Discussion
議論
In this case, the app can read or write to the file while the device is unlocked, but while it’s booting up, the file has the protection equivalent to NSDataWritingFileProtectionComplete
.
この場合には、アプリはデバイスがロック解除される間はファイルを読み書き可能です、しかしそれが立ち上がっている時、ファイルはNSDataWritingFileProtectionComplete
と等しい保護を持ちます。