[#DIST_POINT_NAME_st] = DIST_POINT_NAME_st :mrdocs: Distribution point name: either a full GeneralNames set or a relative name. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DIST_POINT_NAME_st; ---- == Types [cols="1,4"] |=== | Name| Description | xref:DIST_POINT_NAME_st/_01record.adoc[`Unnamed union`] | Union of distribution point name forms; the active arm matches `type.` |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:DIST_POINT_NAME_st/dpname.adoc[`dpname`] | Issuer name used to expand a relative distribution point name. | xref:DIST_POINT_NAME_st/name.adoc[`name`] | Union of distribution point name forms; the active arm matches `type.` | xref:DIST_POINT_NAME_st/type.adoc[`type`] | Discriminant selecting `fullname` (0) or `relativename` (1). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#