System::Security::Cryptography::RSACryptoServiceProvider::VerifyData 메서드

RSACryptoServiceProvider::VerifyData method

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

bool System::Security::Cryptography::RSACryptoServiceProvider::VerifyData(const ByteArrayPtr &buffer, const SharedPtr<Object> &halg, const ByteArrayPtr &signature)
매개변수형식설명
bufferconst ByteArrayPtr&Data 의 서명을 확인합니다.
halgconst SharedPtr<Object>&사용할 해시 알고리즘.
signatureconst ByteArrayPtr&수신된 서명.

ReturnValue

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

또 보기