CoseSign1Message.TryEncode(Span<Byte>, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試將此訊息編碼為指定的緩衝區。
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
參數
- bytesWritten
- Int32
成功時,會收到寫入至 destination
的位元組數。
傳回
true
如果 destination
有足夠的長度可接收值,則為 ,否則為 false
。
例外狀況
ProtectedHeaders和 UnprotectedHeaders 集合有一或多個通用標籤。
備註
使用 GetEncodedLength() 來判斷多少個字節會導致此訊息編碼。