System::Security::Cryptography::DSACryptoServiceProvider::SignHash metodu

DSACryptoServiceProvider::SignHash method

Belirtilen girdi değerinin imzasını hesaplar.

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

ReturnValue

DSA signature for specified data.

Ayrıca Bakınız