Discuss this help topic in SecureBlackbox Forum

TElSignedCMSMessage.RemoveSignature

TElSignedCMSMessage     See also     


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


This method removes the desired signature from the list.

Declaration

[C#]
    void RemoveSignature(int Index);

[VB.NET]
    Sub RemoveSignature(ByVal Index As Integer)

[Pascal]
    procedure RemoveSignature(Index : integer);

[C++]
    void RemoveSignature(int32_t Index);

[PHP]
    void RemoveSignature(integer $Index)

[Java]
    void removeSignature(int Index);

Parameters

  • Index - index of the signature to be deleted

Description

    Use this method to remove the desired signature from the Signatures list.

See also:     AddSignature     ClearSignatures    

Discuss this help topic in SecureBlackbox Forum