System::Security::Cryptography::ECDsaBotan::VerifyHash 메서드
ECDsaBotan::VerifyHash method
데이터 서명을 검사합니다.
bool System::Security::Cryptography::ECDsaBotan::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature) override
| 매개변수 | 형식 | 설명 |
|---|---|---|
| hash | ByteArrayPtr | 수신된 데이터에 대해 계산된 해시. |
| signature | ByteArrayPtr | 수신된 서명. |
ReturnValue
서명이 유효하면 true, 그렇지 않으면 false.
또 보기
- Typedef ByteArrayPtr
- Class ECDsaBotan
- Namespace System::Security::Cryptography
- Library Aspose.Page for C++