SignedCms.ContentInfo プロパティ

定義

ContentInfo プロパティは、エンコードされた CMS/PKCS #7 メッセージの内部コンテンツを取得します。

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

プロパティ値

ContentInfo

エンコードされた CMS/PKCS #7 メッセージの内容を表す ContentInfo オブジェクト。

適用対象

こちらもご覧ください