Type Property 型プロパティ

completeFileProtection

An option to make the file accessible only while the device is unlocked. ファイルをデバイスがロック解除される間にのみアクセス可能にするあるオプション。

Declaration 宣言

static var completeFileProtection: NSData.WritingOptions { get }

Discussion 議論

In this case, the system stores the file in an encrypted format and your app may only read or write to the file while the device is unlocked. この場合には、システムはファイルを暗号化された形式で格納します、そしてあなたのアプリはデバイスがロック解除されている間にファイルを読み出しまたは書き込みするだけかもしれません。 At all other times, any attempts your app makes to read and write the file will fail.