Enumeration Case 列挙ケース

NSDataWritingFileProtectionNone

An option to not encrypt the file when writing it out. それを外部に書き出す時にファイルを暗号化しないようにするオプション。

Declaration 宣言

NSDataWritingFileProtectionNone = 0x10000000

Discussion 議論

In this case, the system doesn’t store the file in an encrypted format and your app can access this file at boot time and while the device is unlocked. この場合には、システムはファイルを暗号化された形式で格納しません、そしてあなたのアプリは起動時にそしてデバイスがロック解除される間にこのファイルにアクセスできます。