Discuss this help topic in SecureBlackbox Forum

TElXMLSignedSignatureProperties.SigningCertificate

TElXMLSignedSignatureProperties     See also     


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


This property contains references to the signing certificates and digest values computed on them.

Declaration

[C#]
    TElXMLCertIDList SigningCertificate;

[VB.NET]
    Property SigningCertificate As TElXMLCertIDList

[Pascal]
    property SigningCertificate: TElXMLCertIDList;

[C++]
    TElXMLCertIDList* get_SigningCertificate();

[PHP]
    TElXMLCertIDList get_SigningCertificate()

[Java]
    TElXMLCertIDList getSigningCertificate();

Description

    To prevent substitution attacks on the digital signature, this property contains references to the signing certificates and their digest values.

See also:     SignaturePolicyIdentifier     SignatureProductionPlace     SignerRole    

Discuss this help topic in SecureBlackbox Forum