SignHash()
DSACryptoServiceProvider::SignHash(const ByteArrayPtr&, const String&) method
Computes the signature of specified input value.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignHash(const ByteArrayPtr &rgb_hash, const String &str)
Arguments
Parameter | Type | Description |
---|---|---|
rgb_hash | const ByteArrayPtr& | Hash value of data to be signed. |
str | const String& | Hash algorithm identifier used to create the hash. |
Return Value
DSA signature for specified data.
See Also
- Typedef ByteArrayPtr
- Class String
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Slides