Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSigner.AddCertificate

TElAuthenticodeSigner     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


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

Declaration

[C#/Java]
    bool AddCertificate(TElX509Certificate Certificate);

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

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

[C++]
    bool AddCertificate(TElX509Certificate &Certificate);
    bool AddCertificate(TElX509Certificate *Certificate);

[PHP]
    bool AddCertificate(TElX509Certificate $Certificate)

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    

Discuss this help topic in SecureBlackbox Forum