Type Property 型プロパティ

secureUnarchiveFromDataTransformerName

The name of the value transformer that creates then returns an object by attempting to unarchive the data to a class that supports secure coding.

Declaration 宣言

static let secureUnarchiveFromDataTransformerName: NSValueTransformerName

Discussion 議論

The transformer this property references returns the NSData instance created by archiving the value using secure keyed archiving. This transformer requires that an object implement the NSSecureCoding protocol in order to archive and unarchive with this transformer.