Discuss this help topic in SecureBlackbox Forum

TElPKCS11Manager Constructor

TElPKCS11Manager     


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


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

Declaration

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

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

[Pascal]
    constructor Create();
    constructor Create(Owner : TComponent);

[C++]
    not available

[PHP]
    not available

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

Description

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

Discuss this help topic in SecureBlackbox Forum