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

requiresSecureCoding

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

Declaration 宣言

var requiresSecureCoding: Bool { get }

Discussion 議論

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

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 関連文書