Discuss this help topic in SecureBlackbox Forum

TElSignedCMSMessage.Certificates

TElSignedCMSMessage     See also     


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


Containes certificates which sign the message.

Declaration

[C#]
    TElCustomCertStorage Certificates;

[VB.NET]
    Property Certificates As TElCustomCertStorage

[Pascal]
    property Certificates : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_Certificates();

[PHP]
    TElCustomCertStorage get_Certificates()

[Java]
    TElCustomCertStorage getCertificates();

Description

    Use this property to retrieve the certificates which sign the message.

See also:     CRLs     ExtractAllCertificates    

Discuss this help topic in SecureBlackbox Forum