Discuss this help topic in SecureBlackbox Forum

TElPGPEnvelopingStream.ClearSignatures

TElPGPEnvelopingStream     See also     


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


Removes all signatures made over the message.

Declaration

[C#]
    void ClearSignatures();

[VB.NET]
    Sub ClearSignatures()

[Pascal]
    procedure ClearSignatures;

[C++]
    void ClearSignatures();

[PHP]
    void ClearSignatures()

[Java]
    void clearSignatures();

Description

    Use this method to remove all signatures from the message.

See also:     AddSignature     RemoveSignature     Signatures     SignatureCount     UseOnePassSignatures    

Discuss this help topic in SecureBlackbox Forum