Discuss this help topic in SecureBlackbox Forum

TElXMLSigProcessor.Signature

TElXMLSigProcessor     


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


Contains the XML signature

Declaration

[C#]
    TElXMLSignature Signature;

[VB.NET]
    Property Signature As TElXMLSignature

[Pascal]
    property Signature : TElXMLSignature;

[C++]
    TElXMLSignature* get_Signature();

[PHP]
    TElXMLSignature get_Signature()

[Java]
    TElXMLSignature getSignature();

Description

     This property references the signature itself. The property lets you change certain aspects of the signature, if needed.

Discuss this help topic in SecureBlackbox Forum