Discuss this help topic in SecureBlackbox Forum

TElSignedCMSMessage.AddSignature

TElSignedCMSMessage     See also     


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


This method adds a signature to the list.

Declaration

[C#]
    int AddSignature();

[VB.NET]
    Function AddSignature() As Integer

[Pascal]
    function AddSignature : integer;

[C++]
    int32_t AddSignature();

[PHP]
    integer AddSignature()

[Java]
    int addSignature();

Return value

    Index of the newly added item in the list.

Description

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

See also:     RemoveSignature     ClearSignatures    

Discuss this help topic in SecureBlackbox Forum