Discuss this help topic in SecureBlackbox Forum

TElASiCXAdESSignature.AddSignatureEntry

TElASiCXAdESSignature     See also     


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


Adds a new signature entry to the list.

Declaration

[C#]
    int AddSignatureEntry(TElX509Certificate Certificate);

[VB.NET]
    Function AddSignatureEntry(ByVal Certificate As TElX509Certificate) As Integer

[Pascal]
    function AddSignatureEntry(Certificate : TElX509Certificate) : integer;

[C++]
    not available

[PHP]
    integer AddSignatureEntry(TElX509Certificate $Certificate)

[Java]
    int addSignatureEntry(TElX509Certificate Certificate);

Parameters

  • Certificate - specifies the signing certificate.

Return value

Returns the index of the newly added signature entry.

Description

Use this method to add a new signature entry to the list.

See also:     SignatureEntries     SignatureEntryCount    

Discuss this help topic in SecureBlackbox Forum