System::Security::Cryptography::RSACryptoServiceProvider::SignHash méthode
Contenu
[
Cacher
]RSACryptoServiceProvider::SignHash(ByteArrayPtr, HashAlgorithmName, SharedPtr<RSASignaturePadding>) method
Calcule la signature pour la valeur de hachage spécifiée.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::SignHash(ByteArrayPtr hash, HashAlgorithmName hash_algorithm, SharedPtr<RSASignaturePadding> padding) override
| Paramètre | Type | Description |
|---|---|---|
| hachage | ByteArrayPtr | Valeur de hachage. |
| hash_algorithm | HashAlgorithmName | Algorithme de hachage. |
| padding | SharedPtr<RSASignaturePadding> | Mode de remplissage. renvoie la signature RSA pour le hachage spécifié. |
Voir aussi
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSASignaturePadding
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
RSACryptoServiceProvider::SignHash(const ByteArrayPtr&, const String&) method
Calcule la signature de la valeur d’entrée spécifiée. Non implémenté.
ByteArrayPtr System::Security::Cryptography::RSACryptoServiceProvider::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
RSA signature for specified data.
Voir aussi
- Typedef ByteArrayPtr
- Class String
- Class RSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++