System::Security::Cryptography::DSA::CreateSignature method
DSA::CreateSignature method
RTTI information.
virtual ByteArrayPtr System::Security::Cryptography::DSA::CreateSignature(ByteArrayPtr rgb_hash)=0
Parameter | Type | Description |
---|---|---|
rgb_hash | ByteArrayPtr | Data to be signed. |
ReturnValue
DSA signature.
Remarks
Create DSA signature for the specified data.
See Also
- Typedef ByteArrayPtr
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.PUB for C++