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
参数类型描述
bufferconst 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
参数类型描述
bufferconst System::Details::ArrayView<uint8_t>&源数据缓冲区。
offsetint32_t源缓冲区中的偏移量。
countint32_t要写入的字节数。

另见