Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.CertificateValues

TElCMSSignature     See also     


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


This property contains values of the signing certificates.

Declaration

[C#]
    TElCustomCertStorage CertificateValues;

[VB.NET]
    Property CertificateValues As TElCustomCertStorage

[Pascal]
    property CertificateValues : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_CertificateValues();

[PHP]
    TElCustomCertStorage get_CertificateValues()

[Java]
    TElCustomCertStorage getCertificateValues();

Description

    Use this property to get values of the signing vertificates.

See also:     CertificateRefs     Sign    

Discuss this help topic in SecureBlackbox Forum