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 期間取代,然後表示用來加密解碼訊息的對稱加密演算法。

適用於