init(forWritingWith : NSMutableData)
A Boolean value indicating whether all encoded objects must conform to NSSecure
.
全ての符号化されたオブジェクトがNSSecure
に準拠しなければならないかどうかを指し示しているブール値。
Availability 有効性
Technology
init(requiringSecureCoding requiresSecureCoding: Bool
)
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 true
whenever possible. This ensures that all encoded objects conform to NSSecure
.
NSKeyed
が復号できないオブジェクトを符号化する可能性をなくすには、requires
をtrue
に設定してください、可能な時はいつでも。これは、全ての符号化されたオブジェクトが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. セキュアコーディングを可能にすることは、アーカイブの出力フォーマットを変更しません。これは、あなたがセキュアコーディングを可能にした状態でアーカイブを符号化して、そしてセキュアコーディングを使用不能にした状態でそれらを復号できることを意味します。
init(forWritingWith : NSMutableData)
var requiresSecureCoding : Bool