EnvelopedCms.ContentEncryptionAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此訊息相關的對稱加密演算法識別碼。
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時被替換,接著代表用於加密解碼訊息的對稱加密演算法。