Share via


NSSecureCoding Class

Definition

Implementors handle encoding and decoding in a manner robust against object-substitution attacks.

public static class NSSecureCoding
type NSSecureCoding = class
Inheritance
NSSecureCoding

Methods

Name Description
SupportsSecureCoding(Class)

Whether the class supports secure coding and decoding.

SupportsSecureCoding(Type)

Whether the class supports secure coding and decoding.

Applies to