共用方式為


CoseMessage.Content 屬性

定義

取得此訊息的內容,如果 null 內容已從訊息中斷連結,則為 。

public:
 property Nullable<ReadOnlyMemory<System::Byte>> Content { Nullable<ReadOnlyMemory<System::Byte>> get(); };
public ReadOnlyMemory<byte>? Content { get; }
member this.Content : Nullable<ReadOnlyMemory<byte>>
Public ReadOnly Property Content As Nullable(Of ReadOnlyMemory(Of Byte))

屬性值

包含此訊息內容的記憶體區域,如果 null 內容已從訊息中斷連結,則為 。

適用於