EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateRevocationList.IsPresent

TElCertificateRevocationList    


 

Checks whether certificate information is already present in the CRL

 
 

Declaration

[C#]
    bool IsPresent(TElX509Certificate Certificate);

[VB.NET]
    Function IsPresent(ByVal Certificate As TElX509Certificate) As Boolean

[Pascal]
    function IsPresent(Certificate : TElX509Certificate) : boolean;

[VB6]
    Function IElCertificateRevocationListX.IsPresent(Certificate As TElCertificateX) As Boolean

[ActiveX]
    HRESULT _stdcall IElCertificateRevocationListX.IsPresent([in] IElCertificateX4 * Certificate, [out, retval] VARIANT_BOOL * Result );

[DLL]
    __stdcall BOOL SBCertificateRevocationListIsPresent(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

    True - if certificate information is present in the CRL.
    False - otherwise.

 
 

Description

    Use this method to check if certificate information is already present in the CRL.

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