ContentInfo.Content 属性

定义

属性 Content 检索 CMS/PKCS #7 消息的内容。

public:
 property cli::array <System::Byte> ^ Content { cli::array <System::Byte> ^ get(); };
public byte[] Content { get; }
member this.Content : byte[]
Public ReadOnly Property Content As Byte()

属性值

Byte[]

一个表示内容数据的字节值数组。

适用于

另请参阅