Discuss this help topic in SecureBlackbox Forum

TElASiCCAdESSignatureEntry.SigningCertificateChain

TElASiCCAdESSignatureEntry     See also     


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


Specifies the certificate chain to be added to the signature.

Declaration

[C#]
    TElCustomCertStorage SigningCertificateChain;

[VB.NET]
    Property SigningCertificateChain As TElCustomCertStorage

[Pascal]
    property SigningCertificateChain : TElCustomCertStorage;

[C++]
    not available

[PHP]
    TElCustomCertStorage get_SigningCertificateChain()
    void set_SigningCertificateChain(TElCustomCertStorage $Value)

[Java]
    TElCustomCertStorage getSigningCertificateChain();
    void setSigningCertificateChain(TElCustomCertStorage Value);

Description

Use this property to specify the certificate chain to be added to the signature.

See also:     Signature     SigningCertificate    

Discuss this help topic in SecureBlackbox Forum