EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.Items

TElCertificateRevocationList     See also    


 

Use this property to access individual items in the CRL.

 
 

Declaration

[C#]
    TElRevocationItem Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElRevocationItem

[Pascal]
    property Items[Index : integer] : TElRevocationItem;

[VB6]
    Function IElCertificateRevocationListX.GetItem(Index As Long) As IElRevocationItemX

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX.GetItem([in] long Index, [out, retval] IElRevocationItemX ** Result );

[DLL]
    __stdcall HANDLE SBCertificateRevocationListGetItem(HANDLE hCRL, int nIndex);
 
 

Parameters

  • [DLL]hCRL - handle to the TElCertificateRevocationList object that was returned by Constructor
  • Index (nIndex) - Index of item in list
 
 

Description

    This property allows to access individual items in the CRL.

 
 

See also:     Count    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation