[#FlatSigningProvider-GetPubKey-0d] = xref:FlatSigningProvider.adoc[FlatSigningProvider]::GetPubKey :relfileprefix: ../ :mrdocs: Look up a public key by its key id. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool GetPubKey( xref:CKeyID.adoc[CKeyID] const& keyid, xref:CPubKey.adoc[CPubKey]& pubkey) const override; ---- == Return Value True if the public key was found. == Parameters [cols="1,4"] |=== | Name| Description | *keyid* | The key id to retrieve the public key for. | *pubkey* | Set to the matching public key on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#