Global Variable グローバル変数

NSURLFileProtectionCompleteUntilFirstUserAuthentication

The file is stored in an encrypted format on disk and cannot be accessed until after the device has booted. ファイルは、暗号化された形式でディスク上に格納されます、そしてデバイスが立ち上がってしまった後までアクセスされることができません。

Declaration 宣言

const NSURLFileProtectionType NSURLFileProtectionCompleteUntilFirstUserAuthentication;

Discussion 議論

After the user unlocks the device for the first time, your app can access the file and continue to access it even if the user subsequently locks the device. ユーザがデバイスを最初にアンロックした後、あなたのアプリはファイルにアクセスできます、そしてたとえユーザがその後にデバイスをロックしてさえ、それへのアクセスを継続できます。

See Also 参照

Protection Levels 保護水準