CmsAttachedSignature.Content Property

Definition

Gets the content of the signed CMS message.

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()

Property Value

Byte[]

byte[]

The content of the signed CMS message.

Applies to