Discuss this help topic in SecureBlackbox Forum

TElPGPCustomPublicKey.ClearSignatures

TElPGPCustomPublicKey     See also     


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


Removes all signatures made over the key.

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

See also:     AddSignature     RemoveSignature     Signatures     SignatureCount    

Discuss this help topic in SecureBlackbox Forum