System::Security::Cryptography::CryptoStream::Write-Methode

CryptoStream::Write(const ArrayPtr<uint8_t>&, int32_t, int32_t) method

Schreibt Daten in den Stream.

void System::Security::Cryptography::CryptoStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
ParameterTypBeschreibung
Pufferconst ArrayPtr<uint8_t>&Quell-Datenpuffer.
offsetint32_tVersatz im Quellpuffer.
countint32_tAnzahl der zu schreibenden Bytes.

Siehe auch

CryptoStream::Write(const System::Details::ArrayView<uint8_t>&, int32_t, int32_t) method

Schreibt Daten in den Stream.

void System::Security::Cryptography::CryptoStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
ParameterTypBeschreibung
Pufferconst System::Details::ArrayView<uint8_t>&Quell-Datenpuffer.
offsetint32_tVersatz im Quellpuffer.
countint32_tAnzahl der zu schreibenden Bytes.

Siehe auch