Udostępnij za pośrednictwem


ISecret.WriteSecretIntoBuffer(ArraySegment<Byte>) Metoda

Definicja

Zapisuje wartość wpisu tajnego w określonym buforze.

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))

Parametry

buffer
ArraySegment<Byte>

Bufor, który powinien otrzymać wartość wpisu tajnego.

Uwagi

Rozmiar buforu musi dokładnie odpowiadać długości wartości wpisu tajnego.

Dotyczy