System::Security::Cryptography::ECDsaBotan::VerifyHash 메서드

ECDsaBotan::VerifyHash method

데이터 서명을 검사합니다.

bool System::Security::Cryptography::ECDsaBotan::VerifyHash(ByteArrayPtr hash, ByteArrayPtr signature) override
매개변수형식설명
hashByteArrayPtr수신된 데이터에 대해 계산된 해시.
signatureByteArrayPtr수신된 서명.

ReturnValue

서명이 유효하면 true, 그렇지 않으면 false.

또 보기