System::Security::Cryptography::DSACryptoServiceProvider::SignData método
Contenido
[
Ocultar
]DSACryptoServiceProvider::SignData(const ByteArrayPtr&) method
Calcula la firma del valor de entrada especificado.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const ByteArrayPtr &buffer)
| Parámetro | Tipo | Descripción |
|---|---|---|
| buffer | const ByteArrayPtr& | Buffer para leer datos de entrada desde. |
ReturnValue
DSA signature for specified data.
Ver también
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, int32_t, int32_t) method
Calcula la firma del valor de entrada especificado.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const ByteArrayPtr &buffer, int32_t offset, int32_t count)
| Parámetro | Tipo | Descripción |
|---|---|---|
| buffer | const ByteArrayPtr& | Buffer para leer datos de entrada desde. |
| desplazamiento | int32_t | Índice inicial de la porción del búfer de entrada. |
| count | int32_t | Tamaño de la porción del búfer de entrada. |
ReturnValue
DSA signature for specified data.
Ver también
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
Información RTTI.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
Ver también
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, int32_t, int32_t, const HashAlgorithmName&) method
Información RTTI.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
Ver también
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++
DSACryptoServiceProvider::SignData(const SharedPtr<IO::Stream>&) method
Calcula la firma del valor de entrada especificado.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const SharedPtr<IO::Stream> &input_stream)
| Parámetro | Tipo | Descripción |
|---|---|---|
| input_stream | const SharedPtr<IO::Stream>& | Flujo para leer los datos que se están firmando. |
ReturnValue
DSA signature for specified data.
Ver también
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Stream
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++
DSACryptoServiceProvider::SignData(const StreamPtr&, const HashAlgorithmName&) method
Información RTTI.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
Ver también
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.PDF for C++