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

allowedClasses

The set of coded classes allowed for secure coding. 安全なコーディングを想定したクラス一揃い。

Declaration 宣言

var allowedClasses: Set<AnyHashable>? { get }

Discussion 議論

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

See Also 参照

Secure Coding 安全なコーディング