Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.SigningCertificate

TElAuthenticodeSignature     See also     


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


Contains signing certificate.

Declaration

[C#]
    TElX509Certificate SigningCertificate;

[VB.NET]
    Property SigningCertificate As TElX509Certificate

[Pascal]
    property SigningCertificate : TElX509Certificate;

[C++]
    TElX509Certificate* get_SigningCertificate();

[PHP]
    TElX509Certificate get_SigningCertificate()

[Java]
    TElX509Certificate getSigningCertificate();

Description

    Use this property to access the signing certificate.

See also:     Certificates     SigningTime    

Discuss this help topic in SecureBlackbox Forum