INSSecureCoding Interface

Definition

The secure coding category.

[Foundation.Protocol(Name="NSSecureCoding", WrapperType=typeof(Foundation.NSSecureCodingWrapper))]
public interface INSSecureCoding : Foundation.INSCoding, IDisposable
type INSSecureCoding = interface
    interface INativeObject
    interface IDisposable
    interface INSCoding
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

EncodeTo(NSCoder)

Serializes this to the .

(Inherited from INSCoding)

Applies to