Unit 'IdSSLOpenSSLHeaders' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_indy]

x509_attributes_union

Declaration

Source position: IdSSLOpenSSLHeaders.pas line 13891

type x509_attributes_union = record

  case Byte of

    $FF: (

        Ptr: PIdAnsiChar;

  

      );

    0: (

        _set: PSTACK_OF_ASN1_TYPE;

  

      );

    1: (

        _single: PASN1_TYPE;

  

      );

end;



CT Web help

CodeTyphon Studio