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時被替換,接著代表用於加密解碼訊息的對稱加密演算法。

適用於