[#NAMING_AUTHORITY_set0_authorityId] = NAMING_AUTHORITY_set0_authorityId :mrdocs: Set the naming authority OID, taking ownership of `namingAuthorityId.` == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void NAMING_AUTHORITY_set0_authorityId( xref:NAMING_AUTHORITY.adoc[NAMING_AUTHORITY]* n, xref:ASN1_OBJECT.adoc[ASN1_OBJECT]* namingAuthorityId); ---- == Parameters [cols="1,4"] |=== | Name| Description | *n* | Naming authority to update. | *namingAuthorityId* | New authority identifier OID, or NULL to clear. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#