Aspose::Pdf::Forms::SignHash typedef
SignHash typedef
Delegado para firmar de forma personalizada el hash del documento.
using Aspose::Pdf::Forms::SignHash = System::MulticastDelegate<System::ArrayPtr<uint8_t>(const System::ArrayPtr<uint8_t>&, Aspose::Pdf::DigestHashAlgorithm)>
Observaciones
Note that whether the digital signature is detached or not, the hash argument will always be the final hash to be signed.
Ver también
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++