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ètre | Type | Description |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Valeur de hachage des données à signer. |
| str | const String& | Identifiant de l’algorithme de hachage utilisé pour créer le hachage. |
ReturnValue
DSA signature for specified data.
Voir aussi
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++