ASN1_ITEM_ref.ASN1_ITEM_ref

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. enum ASN1_ITEM_ref;
    template ASN1_ITEM_ref(string iptr)
    version(!OPENSSL_EXPORT_VAR_AS_FUNCTION)
    extern (C) nothrow
    enum ASN1_ITEM_ref = "(&(" ~ iptr ~ "_it))";
  2. template ASN1_ITEM_ref(string iptr)

Meta