Discuss this help topic in SecureBlackbox Forum

TElSignedCMSMessage.ExtractAllCertificates

TElSignedCMSMessage     See also     


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


This method extracts all certificates from the message signature.

Declaration

[C#]
    void ExtractAllCertificates(TElCustomCertStorage Storage);

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

[Pascal]
    procedure ExtractAllCertificates(Storage : TElCustomCertStorage);

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

[PHP]
    void ExtractAllCertificates(TElCustomCertStorage $Storage)

[Java]
    void extractAllCertificates(TElCustomCertStorage Storage);

Parameters

  • Storage - certificate storage where the certificates should be extracted

Description

    Use this method to extract all certificates from the message signature and place them to Storage.

See also:     AddSignature     ClearSignatures    

Discuss this help topic in SecureBlackbox Forum