Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBaseSignatureHandler.SignerCertificate

TElXMLSOAPBaseSignatureHandler     See also     


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


Contains the certificate used to produce the signature.

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 Validate method.

See also:     SignerKeyData     Validate    

Discuss this help topic in SecureBlackbox Forum