SignedCms.ContentInfo 属性

定义

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

一个 ContentInfo 对象,表示 CMS/PKCS #7 消息的内容。

适用于

另请参阅