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

Definition

Attempts to encode the SafeBag value into a provided buffer.

C#
public bool TryEncode(Span<byte> destination, out int bytesWritten);

Parameters

destination
Span<Byte>

The byte span to receive the encoded SafeBag value.

bytesWritten
Int32

When this method returns, contains a value that indicates the number of bytes written to destination. This parameter is treated as uninitialized.

Returns

true if destination is big enough to receive the output; otherwise, false.

Exceptions

The object identifier value passed to the constructor was invalid.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.1 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10