CmsAttachedSignature.Content 属性

定义

获取签名的 CMS 消息的内容。

public:
 property Platform::Array <byte> ^ Content { Platform::Array <byte> ^ get(); };
winrt::array_view <byte> Content();
public byte[] Content { get; }
var byte[] = cmsAttachedSignature.content;
Public ReadOnly Property Content As Byte()

属性值

Byte[]

byte[]

签名的 CMS 消息的内容。

适用于