Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBaseSignatureHandler.SignerKeyData

TElXMLSOAPBaseSignatureHandler     See also     


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


Contains the key used for signing.

Declaration

[C#]
    TElXMLKeyInfoData SignerKeyData;

[VB.NET]
    Property SignerKeyData As TElXMLKeyInfoData

[Pascal]
    property SignerKeyData : TElXMLKeyInfoData;

[C++]
    TElXMLKeyInfoData* get_SignerKeyData();

[PHP]
    TElXMLKeyInfoData get_SignerKeyData()

[Java]
    TElXMLKeyInfoData getSignerKeyData();

Description

This property contains the key data that was actually tested in the last call to Validate method.

See also:     SignerCertificate     Validate    

Discuss this help topic in SecureBlackbox Forum