[#FillableSigningProvider-GetKeys] = xref:FillableSigningProvider.adoc[FillableSigningProvider]::GetKeys :relfileprefix: ../ :mrdocs: Return the ids of all known private keys. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual std::set<CKeyID> GetKeys() const; ---- == Return Value The set of known key ids. [.small]#Created with https://www.mrdocs.com[MrDocs]#