Upravit

Sdílet prostřednictvím


CoseMessage.GetEncodedLength Method

Definition

When overriden in a derived class, calculates the number of bytes produced by encoding this CoseMessage.

public:
 abstract int GetEncodedLength();
public abstract int GetEncodedLength ();
abstract member GetEncodedLength : unit -> int
Public MustOverride Function GetEncodedLength () As Integer

Returns

The number of bytes produced by encoding this message.

Applies to