[#GENERAL_NAME_get0_otherName] = GENERAL_NAME_get0_otherName :mrdocs: Retrieve the OID and typed value from a GeneralName of type otherName. == Synopsis Declared in `<openssl/x509v3.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int GENERAL_NAME_get0_otherName( xref:GENERAL_NAME.adoc[GENERAL_NAME] const* gen, xref:ASN1_OBJECT.adoc[ASN1_OBJECT]** poid, xref:ASN1_TYPE.adoc[ASN1_TYPE]** pvalue); ---- == Return Value 1 if `gen` is GEN_OTHERNAME, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *gen* | GeneralName to query. | *poid* | Optional output for the otherName type OID (not duplicated). | *pvalue* | Optional output for the otherName ASN1_TYPE value (not duplicated). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#