[#MultiSigningProvider-GetKeyOrigin] = xref:MultiSigningProvider.adoc[MultiSigningProvider]::GetKeyOrigin :relfileprefix: ../ :mrdocs: Look up key origin info by key id across all providers. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool GetKeyOrigin( xref:CKeyID.adoc[CKeyID] const& keyid, xref:KeyOriginInfo.adoc[KeyOriginInfo]& info) const override; ---- == Return Value True if the key origin was found in any provider. == Parameters [cols="1,4"] |=== | Name| Description | *keyid* | The key id to retrieve the origin for. | *info* | Set to the matching key origin on success. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#