Share via


ISecret.WriteSecretIntoBuffer(ArraySegment<Byte>) Method

Definition

Writes the secret value to the specified buffer.

public:
 void WriteSecretIntoBuffer(ArraySegment<System::Byte> buffer);
public void WriteSecretIntoBuffer (ArraySegment<byte> buffer);
abstract member WriteSecretIntoBuffer : ArraySegment<byte> -> unit
Public Sub WriteSecretIntoBuffer (buffer As ArraySegment(Of Byte))

Parameters

buffer
ArraySegment<Byte>

The buffer which should receive the secret value.

Remarks

The buffer size must exactly match the length of the secret value.

Applies to