EnvelopedCms.ContentInfo 属性

定义

获取 CMS/PKCS#7 封装消息的内容信息。

public:
 property System::Security::Cryptography::Pkcs::ContentInfo ^ ContentInfo { System::Security::Cryptography::Pkcs::ContentInfo ^ get(); };
public System.Security.Cryptography.Pkcs.ContentInfo ContentInfo { get; }
member this.ContentInfo : System.Security.Cryptography.Pkcs.ContentInfo
Public ReadOnly Property ContentInfo As ContentInfo

属性值

ContentInfo

信封 CMS/PKCS#7 消息的内容信息。

注解

当类 EnvelopedCms 用于加密数据时,此属性的值表示要加密的数据。 调用方法后 Encrypt ,它不会替换为加密内容。

在调用 Decode期间替换此属性的值,然后表示从消息解码的加密内容。 成功调用 Decrypt 方法后,将再次将值替换为解密的消息内容。

适用于