[#CKey-IsCompressed] = xref:CKey.adoc[CKey]::IsCompressed :relfileprefix: ../ :mrdocs: Check whether the public key corresponding to this private key is (to be) compressed. == Synopsis Declared in `<key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsCompressed() const; ---- == Return Value true if the corresponding public key is compressed. [.small]#Created with https://www.mrdocs.com[MrDocs]#