System::Security::Cryptography::DSACryptoServiceProvider::SignHash método
DSACryptoServiceProvider::SignHash method
Calcula la firma del valor de entrada especificado.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
| Parámetro | Tipo | Descripción |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Valor hash de los datos a firmar. |
| str | const String& | Identificador del algoritmo de hash usado para crear el hash. |
ReturnValue
DSA signature for specified data.
Ver también
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++