Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.ExtractAllCertificates

TElXAdESProcessor     See also     


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


This method extracts all certificates from the signature.

Declaration

[C#]
    void ExtractAllCertificates(TElCustomCertStorage Certs);

[VB.NET]
    Sub ExtractAllCertificates(ByVal Certs As TElCustomCertStorage)

[Pascal]
    procedure ExtractAllCertificates(Certs : TElCustomCertStorage); virtual;

[C++]
    void ExtractAllCertificates(TElCustomCertStorage &Certs);
    void ExtractAllCertificates(TElCustomCertStorage *Certs);

[PHP]
    void ExtractAllCertificates(TElCustomCertStorage $Certs)

[Java]
    void extractAllCertificates(TElCustomCertStorage Certs);

Parameters

  • Certs - certificate storage where the certificates should be extracted.

Description

    Use this method to extract all certificates from the electronic signature and place them to the Certs storage.

See also:     GetSignerCertificate    

Discuss this help topic in SecureBlackbox Forum