System::Security::Cryptography::CryptoStream::Write 方法

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

向流写入数据。

void System::Security::Cryptography::CryptoStream::Write(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
ParameterType描述
缓冲区const ArrayPtr<uint8_t>&源数据缓冲区。
offsetint32_t源缓冲区中的偏移量。
countint32_t要写入的字节数。

另见

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

向流写入数据。

void System::Security::Cryptography::CryptoStream::Write(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
ParameterType描述
缓冲区const System::Details::ArrayView<uint8_t>&源数据缓冲区。
offsetint32_t源缓冲区中的偏移量。
countint32_t要写入的字节数。

另见