Discuss this help topic in SecureBlackbox Forum

TElMessageVerifier.Certificates

TElMessageVerifier     See also     


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


This property contains a list of certificates which were included in signed message.

Declaration

[C#]
    TElMemoryCertStorage Certificates;

[VB.NET]
    Property Certificates As TElMemoryCertStorage

[Pascal]
    property Certificates : TElCustomCertStorage;

[C++]
    TElMemoryCertStorage* get_Certificates();

[PHP]
    TElMemoryCertStorage get_Certificates()

[Java]
    TElMemoryCertStorage getCertificates();

Description

    Check this property after calling Verify method to get certificates contained in signed message.

     Note: this proeprty contains not just certificates used for signing, but all certificates, passed to message signer before signing.

See also:     CertStorage    

Discuss this help topic in SecureBlackbox Forum