Type Property 型プロパティ

completeFileProtectionUntilFirstUserAuthentication

An option to allow the file to be accessible after a user first unlocks the device. ユーザがデバイスをアンロックした後にファイルがアクセス可能であるのを許可するあるオプション。

Declaration 宣言

static var completeFileProtectionUntilFirstUserAuthentication: NSData.WritingOptions { get }

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 completeFileProtection. この場合には、アプリはデバイスがロック解除される間はファイルを読み書き可能です、しかしそれが立ち上がっている時、ファイルはcompleteFileProtectionと等しい保護を持ちます。