Instance Property インスタンスプロパティ

requiresSecureCoding

Indicates whether the archiver requires all archived classes to resist object substitution attacks. 全てのアーカイブされたクラスにオブジェクト置換攻撃に抵抗することをアーカイバが要求するかどうかを指し示します。

Declaration 宣言

@property(readonly) BOOL requiresSecureCoding;

Discussion 議論

YES if this coder requires secure coding; NO otherwise. YES、もしこのコーダーが安全なコーディングを要求するならば;そうでなければNO

Secure coders check a set of allowed classes before decoding objects, and all objects must implement the NSSecureCoding protocol. 安全なコーダーは、オブジェクトを復号する前に、一揃いの許可されるクラスと照合します、そして全てのオブジェクトはNSSecureCodingプロトコルを実装しなければなりません。

See Also 参照

Secure Coding 安全なコーディング

Related Documentation 関連文書