- initForWritingWithMutableData:
A Boolean value indicating whether all encoded objects must conform to NSSecure
.
全ての符号化されたオブジェクトがNSSecure
に準拠しなければならないかどうかを指し示しているブール値。
Availability 有効性
Technology
- (instancetype)initRequiringSecureCoding:(BOOL)requiresSecureCoding;
requiresSecureCoding
A Boolean value indicating whether all encoded objects must conform to NSSecure
.
全ての符号化されたオブジェクトがNSSecure
に準拠しなければならないかどうかを指し示しているブール値。
To prevent the possibility of encoding an object that NSKeyed
can’t decode, set requires
to YES
whenever possible. This ensures that all encoded objects conform to NSSecure
.
NSKeyed
が復号できないあるオブジェクトの符号化の可能性を妨げるには、requires
を可能な時はいつでもYES
に設定してください。これは、全ての符号化されたオブジェクトがNSSecure
に準拠することを確実にします。
Note 注意
Enabling secure coding doesn’t change the output format of the archive. This means that you can encode archives with secure coding enabled, and decode them later with secure coding disabled. セキュアコーディングを可能にすることは、アーカイブの出力フォーマットを変更しません。これは、あなたがセキュアコーディングを可能にした状態でアーカイブを符号化して、そしてセキュアコーディングを使用不能にした状態でそれらを復号できることを意味します。
- initForWritingWithMutableData:
requiresSecureCoding