Discuss this help topic in SecureBlackbox Forum

TElPGPEnvelopingStream.RemoveSignature

TElPGPEnvelopingStream     See also     


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


Deletes one of the signatures made over the message.

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

Description

    Use this method to delete one of the signatures made over the message. The original signature is removed, i.e. to remove the signature, you need to obtain a signature object from Signatures property.

See also:     AddSignature     ClearSignatures     Signatures     SignatureCount     UseOnePassSignatures    

Discuss this help topic in SecureBlackbox Forum