다음을 통해 공유


NSSecureCoding.SupportsSecureCoding 메서드

정의

오버로드

SupportsSecureCoding(Class)

클래스가 보안 코딩 및 디코딩을 지원하는지 여부입니다.

SupportsSecureCoding(Type)

클래스가 보안 코딩 및 디코딩을 지원하는지 여부입니다.

SupportsSecureCoding(Class)

클래스가 보안 코딩 및 디코딩을 지원하는지 여부입니다.

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

매개 변수

klass
Class

반환

적용 대상

SupportsSecureCoding(Type)

클래스가 보안 코딩 및 디코딩을 지원하는지 여부입니다.

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

매개 변수

type
Type

반환

적용 대상