EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCustomCertStorage.GetIssuerCertificate

ElCustomCertStorage     See also    


 

Returns the certificate which was used to sign the existing certificate, if such signing certificate is present in storage

 
 

Declaration

[C#]
    int GetIssuerCertificate(ElX509Certificate Certificate);

[VB.NET]
    Function GetIssuerCertificate(ByVal Certificate As ElX509Certificate) As Integer

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

[VB6]
    Function IElCustomCertStorageX4.GetIssuerCertificate(Certificate As ElCertificateX) As Long

[ActiveX]
    HRESULT _stdcall IElCustomCertStorageX4.GetIssuerCertificate([in] IElCertificateX4 * Certificate, [out, retval] long * Result );

[DLL]
    not applicable;
 
 

Parameters

  • Certificate - The ElX509Certificate object which contains the subject certificate
 
 

Return value

    Index of the certificate in the list.

 
 

Description

    Use this method to find the certificate which was used to sign the certificate specified by Certificate parameter.
    If issuer certificate exists is storage, its index is returned. Otherwise, this method returns -1.

 
 

See also:     FindByHash    

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