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 메시지의 내용입니다.

적용 대상