EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.Add

TElCertificateRevocationList     See also    


 

Adds item to the CRL and returns its index.

 
 

Declaration

[C#]
    int Add(TElX509Certificate Certificate);

[VB.NET]
    Function Add(ByVal Certificate As TElX509Certificate) As Integer

[Pascal]
    function Add(Certificate : TElX509Certificate) : integer;

[VB6]
    Sub IElCertificateRevocationListX.Add(Certificate As TElCertificateX)

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX.Add([in] IElCertificateX4 * Certificate );

[DLL]
    __stdcall BOOL SBCertificateRevocationListAdd(HANDLE hCRL, HANDLE hCert);
 
 

Parameters

  • [DLL]hCRL - handle to the TElCertificateRevocationList object that was returned by Constructor
  • [DLL]hCert - handle to the TElX509Certificate object that was returned by Constructor
  • Certificate - Certificate object, initialized by LoadFromBuffer, LoadFromBufferPEM or LoadFromBufferPFX method
 
 

Return value

    Returns the index of the newl added item in the list.

 
 

Description

    Use this method to add a new certificate information to the CRL. Use Items property to access the newly added instance of TElRevocationItem, and set its additional properties, such as reason code etc.

 
 

See also:     Items     Remove    

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