Discuss this help topic in SecureBlackbox Forum

TElCMSSignature.Countersignatures

TElCMSSignature     See also     


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


This property contains the list of signatures which countersign the subject.

Declaration

[C#]
    TElCMSSignature Countersignatures[int Index];

[VB.NET]
    Property Countersignatures(ByVal Index As Integer) As TElCMSSignature

[Pascal]
    property Countersignatures[Index : integer] : TElCMSSignature;

[C++]
    TElCMSSignature* get_Countersignatures(int32_t Index);

[PHP]
    TElCMSSignature get_Countersignatures(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the countersignature in the list. The first countersignature has Index=0, the second has Index=1, etc.

Description

    Use this property to retrieve the desired countersignature from the list.

Discuss this help topic in SecureBlackbox Forum