Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.CounterSignatures

TElXMLUnsignedSignatureProperties     


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


This property contains counter signatures of the digital signature.

Declaration

[C#]
    TElXMLCounterSignatureList CounterSignatures;

[VB.NET]
    Property CounterSignatures As TElXMLCounterSignatureList

[Pascal]
    property CounterSignatures: TElXMLCounterSignatureList;

[C++]
    TElXMLCounterSignatureList* get_CounterSignatures();

[PHP]
    TElXMLCounterSignatureList get_CounterSignatures()

[Java]
    TElXMLCounterSignatureList getCounterSignatures();

Description

    Use this property to get counter signatures of the digital signature.

Discuss this help topic in SecureBlackbox Forum