Rfc3161TimestampTokenInfo.TryEncode(Span<Byte>, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试将此对象编码为 TSTInfo 值,并将结果写入提供的缓冲区。
public:
bool TryEncode(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public bool TryEncode (Span<byte> destination, out int bytesWritten);
member this.TryEncode : Span<byte> * int -> bool
Public Function TryEncode (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean
参数
- bytesWritten
- Int32
此方法返回 true
时,包含写入缓冲区的 destination
字节。
返回
true
如果操作成功,则为 ; false
如果缓冲区大小不足,则为 。