Método SignHash de System::Security::Cryptography::ECDsa
ECDsa::SignHash method
Calcula la firma del valor de entrada especificado.
virtual ByteArrayPtr System::Security::Cryptography::ECDsa::SignHash(const ByteArrayPtr &hash)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| hash | const ByteArrayPtr& | Valor hash de los datos a firmar. |
ReturnValue
Firma ECDSA para el hash especificado.
Ver también
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++