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

DSACryptoServiceProvider::VerifyHash method

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

bool System::Security::Cryptography::DSACryptoServiceProvider::VerifyHash(const ByteArrayPtr &rgb_hash, const String &str, const ByteArrayPtr &rgb_signature)
매개변수형식설명
rgb_hashconst ByteArrayPtr&수신된 데이터에 대해 계산된 해시.
strconst String&사용된 해시 알고리즘의 이름.
rgb_signatureconst ByteArrayPtr&수신된 서명.

ReturnValue

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

또 보기