static let complete: FileProtectionType
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.
ファイルは、暗号化された形式でディスク上に格納されます、そしてデバイスがロックされるまたは立ち上がっている間に読み出されたり書き込まれたりできません。
static let completeUnlessOpen : FileProtectionType
The file is stored in an encrypted format on disk after it is closed.
ファイルは、暗号化された形式でディスク上にそれが閉じられる後に格納されます。
static let none: FileProtectionType
The file has no special protections associated with it.
ファイルは、それと結び付けられる特別な保護を持ちません。