System::Security::Cryptography::DSACryptoServiceProvider::SignHash metodo

DSACryptoServiceProvider::SignHash method

Calcola la firma del valore di input specificato.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
ParametroTipoDescrizione
rgb_hashconst ByteArrayPtr&Valore hash dei dati da firmare.
strconst String&Identificatore dell’algoritmo hash usato per creare l’hash.

ReturnValue

DSA signature for specified data.

Vedi anche