Metodo System::Security::Cryptography::RSA::SignHash
RSA::SignHash method
Calcola la firma per il valore hash specificato.
virtual ByteArrayPtr System::Security::Cryptography::RSA::SignHash(ByteArrayPtr hash, HashAlgorithmName hash_algorithm, SharedPtr<RSASignaturePadding> padding)
| Parametro | Tipo | Descrizione |
|---|---|---|
| hash | ByteArrayPtr | Valore hash. |
| hash_algorithm | HashAlgorithmName | Algoritmo hash. |
| padding | SharedPtr<RSASignaturePadding> | Modalità di padding. restituisce la firma RSA per l’hash specificato. |
Vedi anche
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSASignaturePadding
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++