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