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

ECDsa::VerifyHash method

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

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

ReturnValue

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

또 보기