Discuss this help topic in SecureBlackbox Forum

TElPKCS11CertStorage Constructor

TElPKCS11CertStorage     See also     


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


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

Declaration

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

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

[Pascal]
    constructor Create(Owner: TComponent);

[C++]
    not available

[PHP]
    not available

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

Description

    Use this method to create new instance of TElPKCS11CertStorage class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum