[#FillableSigningProvider-AddKeyPubKey] = xref:FillableSigningProvider.adoc[FillableSigningProvider]::AddKeyPubKey :relfileprefix: ../ :mrdocs: Add a private key together with its public key. == Synopsis Declared in `<script/signingprovider.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool AddKeyPubKey( xref:CKey.adoc[CKey] const& key, xref:CPubKey.adoc[CPubKey] const& pubkey); ---- == Return Value True if the key was added. == Parameters [cols="1,4"] |=== | Name| Description | *key* | The private key to add. | *pubkey* | The public key matching the private key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#