SecureBlackbox

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

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


TElPGPSecretKey Constructor

TElPGPSecretKey     See also     


 

Creates an instance of TElPGPSecretKey class and returns a reference to newly created instance.

 

Declaration

[C#/Java]
    TElPGPSecretKey();

[VB.NET]
    Sub New()

[Pascal]
    constructor Create;

[C++]
    void TElPGPSecretKey(TElPGPSecretKeyHandle handle, TElOwnHandle ownHandle);
    void TElPGPSecretKey();
    void TElPGPSecretKey();

   

Description

    Use this method to create a new instance of TElPGPSecretKey class.

   

See also:     Destructor    

 
Back to top