共用方式為


CoseMultiSignMessage.TryEncode(Span<Byte>, Int32) 方法

定義

嘗試將此訊息編碼為指定的緩衝區。

public:
 override bool TryEncode(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public override bool TryEncode (Span<byte> destination, out int bytesWritten);
override this.TryEncode : Span<byte> * int -> bool
Public Overrides Function TryEncode (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean

參數

destination
Span<Byte>

要在其中寫入編碼值的緩衝區。

bytesWritten
Int32

成功時,會收到寫入至 destination 的位元組數。

傳回

true 如果 destination 有足夠的長度可接收值,則為 ,否則為 false

例外狀況

ProtectedHeadersUnprotectedHeaders 集合有一或多個通用標籤。

-或-

訊息不包含至少一個簽章。

備註

使用 GetEncodedLength() 來判斷多少個字節會導致此訊息編碼。

適用於