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