EnvelopedCms.ContentEncryptionAlgorithm プロパティ

定義

このメッセージに関連付けられている対称暗号化アルゴリズムの識別子を取得します。

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

プロパティ値

このメッセージに関連付けられている対称暗号化アルゴリズムの識別子。

注釈

クラスを EnvelopedCms 使用してデータを暗号化する場合、このプロパティの値は、 のコンテンツ ContentInfoの暗号化に使用する対称暗号化アルゴリズムを示します。

このプロパティの値は、 の呼び出し中に Decode置き換えられます。これは、デコードされたメッセージの暗号化に使用された対称暗号化アルゴリズムを表します。

適用対象