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

DSACryptoServiceProvider::SignHash method

Belirtilen giriş değerinin imzasını hesaplar.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
ParametreTürAçıklama
rgb_hashconst ByteArrayPtr&İmzalanacak verinin hash değeri.
strconst String&Hash oluşturmak için kullanılan hash algoritması tanımlayıcısı.

ReturnValue

DSA signature for specified data.

Ayrıca Bakınız