Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.SignerCertificate

TElXMLVerifier     See also     


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


Contains the signing certificate.

Declaration

[C#]
    TElX509Certificate SignerCertificate;

[VB.NET]
    Property SignerCertificate As TElX509Certificate

[Pascal]
    property SignerCertificate : TElX509Certificate;

[C++]
    TElX509Certificate* get_SignerCertificate();

[PHP]
    TElX509Certificate get_SignerCertificate()

[Java]
    TElX509Certificate getSignerCertificate();

Description

    This property contains the certificate that was actually tested in the last call to ValidateSignature.

See also:     SignerKeyData     ValidateSignature    

Discuss this help topic in SecureBlackbox Forum