Discuss this help topic in SecureBlackbox Forum

TElXMLVerifier.SignerKeyData

TElXMLVerifier     See also     


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


Contains the signing key.

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 tested in the last call to ValidateSignature.

See also:     SignerCertificate     ValidateSignature    

Discuss this help topic in SecureBlackbox Forum