System::Security::Cryptography::DSACryptoServiceProvider::SignHash method
DSACryptoServiceProvider::SignHash method
Berechnet die Signatur des angegebenen Eingabewerts.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
| Parameter | Typ | Beschreibung |
|---|---|---|
| rgb_hash | const ByteArrayPtr& | Hashwert der zu signierenden Daten. |
| str | const String& | Hash-Algorithmus-Identifikator, der zum Erstellen des Hashs verwendet wird. |
ReturnValue
DSA signature for specified data.
Siehe auch
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++