Método System::Security::Cryptography::DSA::CreateSignature
DSA::CreateSignature method
Información RTTI.
virtual ByteArrayPtr System::Security::Cryptography::DSA::CreateSignature(ByteArrayPtr rgb_hash)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| rgb_hash | ByteArrayPtr | Data a firmar. |
ReturnValue
DSA signature.
Observaciones
Crea una firma DSA para los datos especificados.
Ver también
- Typedef ByteArrayPtr
- Class DSA
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++