次の方法で共有


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 メッセージの内容。

適用対象