共用方式為


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 訊息的內容。

適用於