var requiresSecureCoding : Bool
Indicates whether the archiver requires all archived classes to resist object substitution attacks.
全てのアーカイブされたクラスにオブジェクト置換攻撃に抵抗することをアーカイバが要求するかどうかを指し示します。
Availability 有効性
Technology
var allowedClasses: Set
<AnyHashable
>? { get }
Secure coders check this set of allowed classes before decoding objects, and all objects must implement the NSSecure
protocol.
安全なコーダーは、オブジェクトを復号する前に、この一揃いの許可されるクラスと照合します、そして全てのオブジェクトはNSSecure
プロトコルを実装しなければなりません。
var requiresSecureCoding : Bool