System::Security::Cryptography::DSACryptoServiceProvider::VerifyData methode
inhoud
[
verbergen
]DSACryptoServiceProvider::VerifyData(const ByteArrayPtr&, const ByteArrayPtr&) method
Controleert de gegevenshandtekening.
bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const ByteArrayPtr &signature)
| Parameter | Type | Beschrijving |
|---|---|---|
| buffer | const ByteArrayPtr& | Data om de handtekening voor te controleren. |
| handtekening | const ByteArrayPtr& | Handtekening zoals ontvangen. |
ReturnValue
True als de handtekening geldig is, false anders.
Zie ook
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
DSACryptoServiceProvider::VerifyData(const ByteArrayPtr&, const ByteArrayPtr&, const HashAlgorithmName&) method
Verifieert dat de handtekening van de opgegeven gegevens geldig is.
bool System::Security::Cryptography::DSA::VerifyData(const ByteArrayPtr &data, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parameter | Type | Beschrijving |
|---|---|---|
| gegevens | const ByteArrayPtr& | Ondertekende gegevens. |
| handtekening | const ByteArrayPtr& | Handtekeninggegevens. |
| hash_algorithm | const HashAlgorithmName& | Hash-algoritme. retourneert true als de handtekening geldig is, anders - false. |
Zie ook
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
DSACryptoServiceProvider::VerifyData(const ByteArrayPtr&, int32_t, int32_t, const ByteArrayPtr&, const HashAlgorithmName&) method
Verifieert dat de handtekening van de opgegeven gegevens geldig is.
bool System::Security::Cryptography::DSA::VerifyData(const ByteArrayPtr &data, int32_t offset, int32_t count, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parameter | Type | Beschrijving |
|---|---|---|
| gegevens | const ByteArrayPtr& | Ondertekende gegevens. |
| offset | int32_t | Offset in data. |
| count | int32_t | Aantal bytes om te hashen. |
| handtekening | const ByteArrayPtr& | Handtekeninggegevens. |
| hash_algorithm | const HashAlgorithmName& | Hash-algoritme. retourneert true als de handtekening geldig is, anders - false. |
Zie ook
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++
DSACryptoServiceProvider::VerifyData(const StreamPtr&, const ByteArrayPtr&, const HashAlgorithmName&) method
Verifieert dat de handtekening van de opgegeven binaire stroom geldig is.
bool System::Security::Cryptography::DSA::VerifyData(const StreamPtr &stream, const ByteArrayPtr &signature, const HashAlgorithmName &hash_algorithm)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | const StreamPtr& | Ondertekende gegevens. |
| handtekening | const ByteArrayPtr& | Handtekeninggegevens. |
| hash_algorithm | const HashAlgorithmName& | Hash-algoritme. retourneert true als de handtekening geldig is, anders - false. |
Zie ook
- Typedef StreamPtr
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++