Método System::Security::Cryptography::DSACryptoServiceProvider::VerifySignature
DSACryptoServiceProvider::VerifySignature method
Verificar la firma DSA para los datos especificados.
bool System::Security::Cryptography::DSACryptoServiceProvider::VerifySignature(ByteArrayPtr rgb_hash, ByteArrayPtr rgb_signature) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| rgb_hash | ByteArrayPtr | Data firmado con rgb_signature. |
| rgb_signature | ByteArrayPtr | Firma DSA. |
ReturnValue
true - si rgb_signature coincide con la firma DSA calculada sobre rgb_hash, de lo contrario - false.
Ver también
- Typedef ByteArrayPtr
- Class DSACryptoServiceProvider
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++