[#GENERAL_NAME_st] = GENERAL_NAME_st :mrdocs: X.509 GeneralName: one alternative name form selected by `type.` == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct GENERAL_NAME_st; ---- == Types [cols="1,4"] |=== | Name| Description | xref:GENERAL_NAME_st/_01record.adoc[`Unnamed union`] | Union of GeneralName alternatives; the active arm matches `type.` |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:GENERAL_NAME_st/d.adoc[`d`] | Union of GeneralName alternatives; the active arm matches `type.` | xref:GENERAL_NAME_st/type.adoc[`type`] | GEN_* discriminator selecting which `d` union arm is valid. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#