System::Security::Cryptography::DSACryptoServiceProvider::SignHash method

DSACryptoServiceProvider::SignHash method

يحسب التوقيع للقيمة المدخلة المحددة.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
معاملنوعالوصف
rgb_hashconst ByteArrayPtr&قيمة التجزئة للبيانات التي سيتم توقيعها.
strconst String&معرف خوارزمية التجزئة المستخدمة لإنشاء التجزئة.

ReturnValue

DSA signature for specified data.

انظر أيضًا