[#FlatSigningProvider-GetKeyOrigin] = xref:FlatSigningProvider.adoc[FlatSigningProvider]::GetKeyOrigin :relfileprefix: ../ :mrdocs: Look up the origin information for a key. == 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. == 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]#