EnvelopedCms.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

プロパティ値

エンベロープされた CMS/PKCS#7 メッセージのコンテンツ情報。

注釈

EnvelopedCms クラスを使用してデータを暗号化する場合、このプロパティの値は暗号化するデータを表します。 Encrypt メソッドの呼び出し後、暗号化されたコンテンツに置き換えられるわけではありません。

このプロパティの値は、メッセージからデコードされた暗号化されたコンテンツを表す、 Decodeの呼び出し中に置き換えられます。 Decrypt メソッドの呼び出しが成功すると、値は再び復号化されたメッセージの内容に置き換えられます。

適用対象