Discuss this help topic in SecureBlackbox Forum

TElXMLCompleteCertificateRefs.CertRefs

TElXMLCompleteCertificateRefs     


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


Contains the list of certificates.

Declaration

[C#]
    TElXMLCertIDList CertRefs;

[VB.NET]
    Property CertRefs As TElXMLCertIDList

[Pascal]
    property CertRefs: TElXMLCertIDList;

[C++]
    TElXMLCertIDList* get_CertRefs();

[PHP]
    TElXMLCertIDList get_CertRefs()

[Java]
    TElXMLCertIDList getCertRefs();

Description

    Use this property to get the list of certificate identifiers incorporating their digests and issuer identifiers.

Discuss this help topic in SecureBlackbox Forum