INSSecureCoding インターフェイス

定義

セキュリティで保護されたコーディング カテゴリ。

[Foundation.Protocol(Name="NSSecureCoding", WrapperType=typeof(Foundation.NSSecureCodingWrapper))]
public interface INSSecureCoding : Foundation.INSCoding, IDisposable
type INSSecureCoding = interface
    interface INativeObject
    interface IDisposable
    interface INSCoding
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

EncodeTo(NSCoder)

thisを にシリアル化します。

(継承元 INSCoding)

適用対象