Discuss this help topic in SecureBlackbox Forum

TElCMSTimestamp.Signatures

TElCMSTimestamp     See also     


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


This property contains a list of signatures which sign the timestamp.

Declaration

[C#]
    TElCMSSignature Signatures[int Index];

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

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

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

[PHP]
    TElCMSSignature get_Signatures(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired signature in the list. The first item has Index=0, the second has Index=1, and so on.

Description

    Use this property to get the desired signature which signs the timestamp.

See also:     SignatureCount    

Discuss this help topic in SecureBlackbox Forum