[#ADMISSIONS_get0_admissionAuthority] = ADMISSIONS_get0_admissionAuthority :mrdocs: Return the admission authority GENERAL_NAME from an ADMISSIONS entry. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:GENERAL_NAME.adoc[GENERAL_NAME] const* ADMISSIONS_get0_admissionAuthority(xref:ADMISSIONS.adoc[ADMISSIONS] const* a); ---- == Return Value Internal pointer to the admission authority, or NULL if absent; must not be freed by the caller. == Parameters [cols="1,4"] |=== | Name| Description | *a* | Admissions entry to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#