Share via


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

適用於