System::Security::Cryptography::ECDsa::VerifyHash method
ECDsa::VerifyHash method
डेटा हस्ताक्षर जाँचता है।
virtual bool System::Security::Cryptography::ECDsa::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| हैश | ByteArrayPtr | प्राप्त डेटा के लिए गणना किया गया हैश। |
| हस्ताक्षर | ByteArrayPtr | प्राप्त जैसा हस्ताक्षर। |
ReturnValue
यदि हस्ताक्षर वैध है तो true, अन्यथा false।
संबंधित देखें
- Typedef ByteArrayPtr
- Class ECDsa
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++