Discuss this help topic in SecureBlackbox Forum

TElASiCCAdESSignatureEntry.SigningCertificate

TElASiCCAdESSignatureEntry     See also     


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


Contains the signing certificate.

Declaration

[C#]
    TElX509Certificate SigningCertificate;

[VB.NET]
    Property SigningCertificate As TElX509Certificate

[Pascal]
    property SigningCertificate : TElX509Certificate;

[C++]
    not available

[PHP]
    TElX509Certificate get_SigningCertificate()
    void set_SigningCertificate(TElX509Certificate $Value)

[Java]
    TElX509Certificate getSigningCertificate();
    void setSigningCertificate(TElX509Certificate Value);

Description

Use this property to specify the signing certificate.

See also:     Signature     SigningCertificateChain    

Discuss this help topic in SecureBlackbox Forum