[#ASIdentifierChoice_st] = ASIdentifierChoice_st :mrdocs: RFC 3779 choice between inheriting AS identifiers and listing them explicitly. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ASIdentifierChoice_st; ---- == Types [cols="1,4"] |=== | Name| Description | xref:ASIdentifierChoice_st/_01record.adoc[`Unnamed union`] | Choice payload selected by `type.` |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:ASIdentifierChoice_st/type.adoc[`type`] | Discriminator: ASIdentifierChoice_inherit or ASIdentifierChoice_asIdsOrRanges. | xref:ASIdentifierChoice_st/u.adoc[`u`] | Choice payload selected by `type.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#