Compartir a través de


CmsAttachedSignature.Content Propiedad

Definición

Obtiene el contenido del mensaje CMS firmado.

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

Valor de propiedad

Byte[]

byte[]

Contenido del mensaje cmS firmado.

Se aplica a