SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElPGPSecretKey Destructor

TElPGPSecretKey     See also     


 

Destroys the TElPGPSecretKey object.

 

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    destructor Destroy;

[C++]
    not implemented;

   

Description

    Use this method to destroy the object.

   

See also:     Constructor    

 
Back to top