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
ParameterTypeالوصف
المخزن المؤقتconst 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
ParameterTypeالوصف
المخزن المؤقتconst System::Details::ArrayView<uint8_t>&مخزن بيانات الوجهة.
الإزاحةint32_tالإزاحة في مخزن الوجهة.
countint32_tعدد البايتات للقراءة.

ReturnValue

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

انظر أيضًا