Discuss this help topic in SecureBlackbox Forum

TElSignedCMSMessage.Signatures

TElSignedCMSMessage     See also     


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


Containes a list of signatures which sign the message.

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, etc.

Description

    Use this property to get the desired signature which signs the CMS message.

See also:     SignatureCount    

Discuss this help topic in SecureBlackbox Forum