Discuss this help topic in SecureBlackbox Forum

TElASiCXAdESSignatureEntry.SigningCertificate

TElASiCXAdESSignatureEntry     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:     SignatureMethod    

Discuss this help topic in SecureBlackbox Forum