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期间将替换此属性的值,该调用随后表示用于加密解码消息的对称加密算法。

适用于