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

X509_CRL_INFO

Declaration

Source position: IdSSLOpenSSLHeaders.pas line 13982

type X509_CRL_INFO = record

  version: PASN1_INTEGER;

  

  sig_alg: PX509_ALGOR;

  

  issuer: PX509_NAME;

  

  lastUpdate: PASN1_TIME;

  

  nextUpdate: PASN1_TIME;

  

  revoked: PSTACK_OF_X509_REVOKED;

  

  extensions: PSTACK_OF_X509_EXTENSION;

  

  enc: ASN1_ENCODING;

  

end;



CT Web help

CodeTyphon Studio