طريقة System::Security::Cryptography::ICryptoTransform::TransformFinalBlock

ICryptoTransform::TransformFinalBlock method

يعالج الكتلة الأخيرة من البيانات ويحسب قيمة الإخراج.

virtual ArrayPtr<uint8_t> System::Security::Cryptography::ICryptoTransform::TransformFinalBlock(ArrayPtr<uint8_t> inputBuffer, int inputOffset, int inputCount)=0
معاملنوعالوصف
inputBufferArrayPtr<uint8_t>Buffer لقراءة البيانات من.
inputOffsetintإزاحة مخزن الإدخال.
inputCountintعدد البايتات للمعالجة.

ReturnValue

تم حساب الإخراج لكامل تسلسل الإدخال.

انظر أيضًا