System::Security::Cryptography::DSACryptoServiceProvider::SignHash méthode

DSACryptoServiceProvider::SignHash method

Calcule la signature de la valeur d’entrée spécifiée.

ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
ParamètreTypeDescription
rgb_hashconst ByteArrayPtr&Valeur de hachage des données à signer.
strconst String&Identifiant de l’algorithme de hachage utilisé pour créer le hachage.

ReturnValue

DSA signature for specified data.

Voir aussi