[#SCT_get0_signature] = SCT_get0_signature :mrdocs: Get a pointer to the signature bytes of an SCT. == Synopsis Declared in `<openssl/ct.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t SCT_get0_signature( xref:SCT.adoc[SCT] const* sct, unsigned char** sig); ---- == Return Value Length of the signature in bytes. == Parameters [cols="1,4"] |=== | Name| Description | *sct* | SCT to query. | *sig* | Receives a pointer to the signature; ownership remains with the SCT. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#