EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElX509CertificateChain.Add

TElX509CertificateChain     See also    


 

Adds certificate to the chain.

 
 

Declaration

[C#]
    bool Add(TElX509Certificate Certificate);

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

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

[VB6]
    Sub IElX509CertificateChainX.Add(ByVal Certificate As IElCertificateX) As Boolean

[ActiveX]
    HRESULT _stdcall IElX509CertificateChainX.Add([in] IElCertificateX * Certificate, [out, retval] VARIANT_BOOL * Value);

[DLL]
    not implemented;
 
 

Parameters

  • Certificate - certificate to be added
 
 

Return value

    True if the certificate was added succesfully and false in other case.

 
 

Description

    Use this method to add new certificate to the chain. If the parent certificate was not added earlier or another error occured, returns false.

 
 

See also:     Certificates    

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