System::Security::Cryptography::CryptoStream::Read طريقة

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

يقرأ البيانات من الدفق.

int32_t System::Security::Cryptography::CryptoStream::Read(const ArrayPtr<uint8_t> &buffer, int32_t offset, int32_t count) override
معاملنوعالوصف
bufferconst ArrayPtr<uint8_t>&مخزن بيانات الوجهة.
إزاحةint32_tالإزاحة في المخزن المؤقت الوجهة.
countint32_tعدد البايتات للقراءة.

ReturnValue

عدد البايتات التي يتم قراءتها فعليًا.

انظر أيضًا

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

يقرأ البيانات من الدفق.

int32_t System::Security::Cryptography::CryptoStream::Read(const System::Details::ArrayView<uint8_t> &buffer, int32_t offset, int32_t count) override
معاملنوعالوصف
bufferconst System::Details::ArrayView<uint8_t>&مخزن بيانات الوجهة.
إزاحةint32_tالإزاحة في المخزن المؤقت الوجهة.
countint32_tعدد البايتات للقراءة.

ReturnValue

عدد البايتات التي يتم قراءتها فعليًا.

انظر أيضًا