System::Security::Cryptography::DSACryptoServiceProvider::SignData méthode
Contenu
[
Cacher
]DSACryptoServiceProvider::SignData(const ByteArrayPtr&) method
Calcule la signature de la valeur d’entrée spécifiée.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const ByteArrayPtr &buffer)
| Paramètre | Type | Description |
|---|---|---|
| buffer | const ByteArrayPtr& | Buffer pour lire les données d’entrée depuis. |
ReturnValue
DSA signature for specified data.
Voir aussi
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, int32_t, int32_t) method
Calcule la signature de la valeur d’entrée spécifiée.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const ByteArrayPtr &buffer, int32_t offset, int32_t count)
| Paramètre | Type | Description |
|---|---|---|
| buffer | const ByteArrayPtr& | Buffer pour lire les données d’entrée depuis. |
| décalage | int32_t | Indice de début de la tranche du tampon d’entrée. |
| count | int32_t | Taille de la tranche du tampon d’entrée. |
ReturnValue
DSA signature for specified data.
Voir aussi
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, const HashAlgorithmName&) method
Informations RTTI.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const ByteArrayPtr &data, const HashAlgorithmName &hash_algorithm)
Voir aussi
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSACryptoServiceProvider::SignData(const ByteArrayPtr&, int32_t, int32_t, const HashAlgorithmName&) method
Informations RTTI.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const ByteArrayPtr &data, int32_t offset, int32_t count, const HashAlgorithmName &hash_algorithm)
Voir aussi
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSACryptoServiceProvider::SignData(const SharedPtr<IO::Stream>&) method
Calcule la signature de la valeur d’entrée spécifiée.
ByteArrayPtr System::Security::Cryptography::DSACryptoServiceProvider::SignData(const SharedPtr<IO::Stream> &input_stream)
| Paramètre | Type | Description |
|---|---|---|
| flux_d_entrée | const SharedPtr<IO::Stream>& | Flux pour lire les données à signer depuis. |
ReturnValue
DSA signature for specified data.
Voir aussi
- Typedef ByteArrayPtr
- Typedef SharedPtr
- Class Stream
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++
DSACryptoServiceProvider::SignData(const StreamPtr&, const HashAlgorithmName&) method
Informations RTTI.
ByteArrayPtr System::Security::Cryptography::DSA::SignData(const StreamPtr &stream, const HashAlgorithmName &hash_algorithm)
Voir aussi
- Typedef ByteArrayPtr
- Typedef StreamPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Font for C++