Udostępnij za pośrednictwem


Secret.WriteSecretIntoBuffer Metoda

Definicja

Przeciążenia

WriteSecretIntoBuffer(ArraySegment<Byte>)

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

WriteSecretIntoBuffer(Byte*, Int32)

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

WriteSecretIntoBuffer(ArraySegment<Byte>)

Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs

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

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

Parametry

buffer
ArraySegment<Byte>

Implementuje

Uwagi

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

Dotyczy

WriteSecretIntoBuffer(Byte*, Int32)

Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs
Źródło:
Secret.cs

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

public:
 void WriteSecretIntoBuffer(System::Byte* buffer, int bufferLength);
public void WriteSecretIntoBuffer (byte* buffer, int bufferLength);
member this.WriteSecretIntoBuffer : nativeptr<byte> * int -> unit

Parametry

buffer
Byte*

Bufor, do którego ma być zapisywana wartość wpisu tajnego.

bufferLength
Int32

Rozmiar (w bajtach) podanego buforu.

Uwagi

Parametr "bufferLength" musi dokładnie odpowiadać długości wartości wpisu tajnego.

Dotyczy