[#ISSUER_SIGN_TOOL_st] = ISSUER_SIGN_TOOL_st :mrdocs: Issuer Signing Tool extension naming signing and CA tools and their certificates. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ISSUER_SIGN_TOOL_st; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:ISSUER_SIGN_TOOL_st/cATool.adoc[`cATool`] | Name of the CA tool used by the issuer. | xref:ISSUER_SIGN_TOOL_st/cAToolCert.adoc[`cAToolCert`] | Certificate identifying the CA tool. | xref:ISSUER_SIGN_TOOL_st/signTool.adoc[`signTool`] | Name of the signing tool used by the issuer. | xref:ISSUER_SIGN_TOOL_st/signToolCert.adoc[`signToolCert`] | Certificate identifying the signing tool. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#