Return the admission authority GeneralName from an ADMISSION_SYNTAX.
Synopsis
Declared in <openssl/x509v3.h>
GENERAL_NAME const*
ADMISSION_SYNTAX_get0_admissionAuthority(ADMISSION_SYNTAX const* as);
Return Value
Internal GENERAL_NAME pointer, or NULL if absent; do not free.
Parameters
Name |
Description |
as |
Admission syntax to query. |
Created with MrDocs