Edit

Share via


NSSecureCoding.SupportsSecureCoding Method

Definition

Overloads

SupportsSecureCoding(Class)

Whether the class supports secure coding and decoding.

SupportsSecureCoding(Type)

Whether the class supports secure coding and decoding.

SupportsSecureCoding(Class)

Whether the class supports secure coding and decoding.

public static bool SupportsSecureCoding (ObjCRuntime.Class klass);
static member SupportsSecureCoding : ObjCRuntime.Class -> bool

Parameters

klass
Class

Returns

Applies to

SupportsSecureCoding(Type)

Whether the class supports secure coding and decoding.

public static bool SupportsSecureCoding (Type type);
static member SupportsSecureCoding : Type -> bool

Parameters

type
Type

Returns

Applies to