EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSignedCMSMessage.Signatures

TElSignedCMSMessage     See also    


 

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;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation