System::Security::Cryptography::DSACryptoServiceProvider::SignHash metodo
DSACryptoServiceProvider::SignHash method
Calcola la firma del valore di input specificato.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Valore hash dei dati da firmare. |
| str | const String& | Identificatore dell’algoritmo hash usato per creare l’hash. |
ReturnValue
DSA signature for specified data.
Vedi anche
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++