Discuss this help topic in SecureBlackbox Forum

TElPGPKeyring Constructor

TElPGPKeyring     See also     


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


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

Declaration

[C#]
    TElPGPKeyring(Component Owner);
    TElPGPKeyring();

[VB.NET]
    Sub New(ByVal Owner As Component)
    Sub New()

[Pascal]
    constructor Create;

[C++]
    not available

[PHP]
    not available

[Java]
    public TElPGPKeyring();
    public TElPGPKeyring(TObject Owner);

Description

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

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum