Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.CertificateRefs

TElCMSSignature     See also     


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


This property contains references to the signing certificates.

Declaration

[C#]
    TElCMSCertificateRefs CertificateRefs;

[VB.NET]
    Property CertificateRefs As TElCMSCertificateRefs

[Pascal]
    property CertificateRefs : TElCMSCertificateRefs;

[C++]
    TElCMSCertificateRefs* get_CertificateRefs();

[PHP]
    TElCMSCertificateRefs get_CertificateRefs()

[Java]
    TElCMSCertificateRefs getCertificateRefs();

Description

    Use this property to retrieve references to the certificates which are used for signing.

See also:     CertificateValues    

Discuss this help topic in SecureBlackbox Forum