NSFileProtectionComplete
The file is stored in an encrypted format on disk and cannot be read from or written to while the device is locked or booting.
ファイルは、暗号化された形式でディスク上に格納されます、そしてデバイスがロックされるまたは立ち上がっている間に読み出されたり書き込まれたりできません。
NSFileProtectionCompleteUnlessOpen
The file is stored in an encrypted format on disk after it is closed.
ファイルは、暗号化された形式でディスク上にそれが閉じられる後に格納されます。
NSFileProtectionCompleteUntilFirstUserAuthentication
The file is stored in an encrypted format on disk and cannot be accessed until after the device has booted.
ファイルは、暗号化された形式でディスク上に格納されます、そしてデバイスが立ち上がってしまった後までアクセスされることができません。
NSFileProtectionNone
The file has no special protections associated with it.
ファイルは、それと結び付けられる特別な保護を持ちません。