EnvelopedCms.UnprotectedAttributes プロパティ

定義

エンベロープ CMS/PKCS#7 メッセージに関連付けられた非保護 (非暗号化) 属性のコレクションを取得します。

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

プロパティ値

エンベロープされた CMS/PKCS#7 メッセージに関連付けられている保護されていない (暗号化されていない) 属性のコレクション。

注釈

クラスを EnvelopedCms 使用してデータを暗号化する場合、このコレクションの内容は、いずれかのメソッドの呼び出し中に保留中のメッセージに Encrypt 埋め込まれます。 暗号化操作後の変更は影響しません。

このプロパティの値は、 の呼び出し中に Decode別のコレクション オブジェクトに置き換えられます。これは、暗号化されずにメッセージにアタッチされた属性を表します。

適用対象