[#ASN1_STRING_type] = ASN1_STRING_type :mrdocs: Return the ASN.1 type tag stored in an ASN.1 string. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_STRING_type(xref:ASN1_STRING.adoc[ASN1_STRING] const* x); ---- == Return Value Type constant such as V_ASN1_OCTET_STRING. == Parameters [cols="1,4"] |=== | Name| Description | *x* | String to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#