Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerObject Constructor

TElPKCS11ManagerObject     


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


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

Declaration

[C#]
    TElPKCS11ManagerObject(TElPKCS11Manager Owner);

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

[Pascal]
    constructor Create(Owner : TElPKCS11Manager);

[C++]
    not available

[PHP]
    not available

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

Description

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

Discuss this help topic in SecureBlackbox Forum