Szerkesztés

Megosztás a következőn keresztül:


CoseMultiSignMessage.TryEncode(Span<Byte>, Int32) Method

Definition

Attempts to encode this message into the specified buffer.

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

Parameters

destination
Span<Byte>

The buffer in which to write the encoded value.

bytesWritten
Int32

On success, receives the number of bytes written to destination.

Returns

true if destination had sufficient length to receive the value; otherwise, false.

Exceptions

The ProtectedHeaders and UnprotectedHeaders collections have one or more labels in common.

-or-

The message does not contain at least one signature.

Remarks

Use GetEncodedLength() to determine how many bytes result in encoding this message.

Applies to