Método System::Security::Cryptography::RSA::SignHash
RSA::SignHash method
Calcula la firma para el valor hash especificado.
virtual ByteArrayPtr System::Security::Cryptography::RSA::SignHash(ByteArrayPtr hash, HashAlgorithmName hash_algorithm, SharedPtr<RSASignaturePadding> padding)
| Parámetro | Tipo | Descripción |
|---|---|---|
| hash | ByteArrayPtr | Valor hash. |
| hash_algorithm | HashAlgorithmName | Algoritmo hash. |
| padding | SharedPtr<RSASignaturePadding> | Modo de relleno. devuelve la firma RSA para el hash especificado. |
Ver también
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class RSASignaturePadding
- Class RSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++