NSKeyedUnarchiver.SetRequiresSecureCoding(Boolean) Method

Definition

[Foundation.Export("setRequiresSecureCoding:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetRequiresSecureCoding (bool requireSecureEncoding);
[Foundation.Export("setRequiresSecureCoding:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetRequiresSecureCoding (bool requireSecureEncoding);
abstract member SetRequiresSecureCoding : bool -> unit
override this.SetRequiresSecureCoding : bool -> unit

Parameters

requireSecureEncoding
Boolean
Attributes

Applies to