[#CPubKey-Verify] = xref:CPubKey.adoc[CPubKey]::Verify :relfileprefix: ../ :mrdocs: Verify a DER signature (~72 bytes). If this public key is not fully valid, the return value will be false. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool Verify( xref:uint256.adoc[uint256] const& hash, std::vector<unsigned char> const& vchSig) const; ---- == Return Value true if the signature is valid for this public key. == Parameters [cols="1,4"] |=== | Name| Description | *hash* | The 32‐byte message hash that was signed. | *vchSig* | The DER‐encoded signature to verify. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#