ContentInfo.ContentType プロパティ

定義

ContentType プロパティは、CMS/PKCS #7 メッセージの内部コンテンツのコンテンツ タイプのオブジェクト識別子 (OID) を含むOid オブジェクトを取得します。

public:
 property System::Security::Cryptography::Oid ^ ContentType { System::Security::Cryptography::Oid ^ get(); };
public System.Security.Cryptography.Oid ContentType { get; }
member this.ContentType : System.Security.Cryptography.Oid
Public ReadOnly Property ContentType As Oid

プロパティ値

Oid

コンテンツ タイプを表す OID 値を格納する Oid オブジェクト。

適用対象

こちらもご覧ください