EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAuthenticodeSigner.AddCertificate

TElAuthenticodeSigner     See also    


 

Adds certificate to be written to the file with the signature.

 
 

Declaration

[C#]
    bool AddCertificate(TElX509Certificate Certificate);

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

[Pascal]
    function AddCertificate(Certificate: TElX509Certificate): Boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • Certificate - certificate to be added
 
 

Return value

    True if the certificate has been added to the list successfully,
    False otherwise or when this certificate is already in the list.

 
 

Description

    Use this method to add certificate to the list of certificates which will be added to the file together with the signature.

 
 

See also:     AddAuthenticode     AddSignature     Clear    

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