Protocol: NSSecureCoding
Overview
Protocol that indicates whether an object handles encoding and decoding instances of itself in a manner that is robust against object substitution attacks.Returns whether the class supports secure coding. (required)
Class Method Summary (collapse)
-
+ supportsSecureCoding
Returns whether the class supports secure coding.
Class Method Details
+ (Boolean) supportsSecureCoding
Returns whether the class supports secure coding. (required)