Discuss this help topic in SecureBlackbox Forum
Creates an instance of TElX509Certificate class and returns a reference to newly created instance.
Declaration
[C#]
TElX509Certificate(TSBComponentBase Owner);
TElX509Certificate();
[VB.NET]
Sub New(ByVal Owner As TSBComponentBase)
Sub New()
[Pascal]
constructor Create;
constructor Create(Owner: Component);
[Java]
public TElX509Certificate();
public TElX509Certificate(TSBBaseObject Owner);
Description
Use this method to create new instance of TElX509Certificate class.
Discuss this help topic in SecureBlackbox Forum