EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.Count

TElCertificateRevocationList     See also    


 

Returns total number of items in the CRL.

 
 

Declaration

[C#]
    int Count;

[VB.NET]
    Property Count As Integer

[Pascal]
    property Count : integer;

[VB6]
    Property IElCertificateRevocationListX.Count As Long

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX.Count([out, retval] long * Value );

[DLL]
    __stdcall int SBCertificateRevocationListGetCount(HANDLE hCRL);
 
 

Parameters

  • [DLL]hCRL - handle to the TElCertificateRevocationList object that was returned by Constructor
 
 

Description

    Use this read-only property to get total number of items in the CRL.

 
 

See also:     Items    

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