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

x509_object_union

Declaration

Source position: IdSSLOpenSSLHeaders.pas line 13763

type x509_object_union = record

  case Byte of

    0: (

        ptr: PIdAnsiChar;

  

      );

    1: (

        _x509: PX509;

  

      );

    2: (

        crl: PX509_CRL;

  

      );

    3: (

        pkey: PEVP_PKEY;

  

      );

end;



CT Web help

CodeTyphon Studio