Discuss this help topic in SecureBlackbox Forum

TElCertificateRequest Constructor

TElCertificateRequest     See also     


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


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

Declaration

[C#]
    TElCertificateRequest(TSBComponentBase Owner);
    TElCertificateRequest();

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

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

[C++]
    not available

[PHP]
    not available

[Java]
    public TElCertificateRequest();
    public TElCertificateRequest(TSBBaseObject Owner);

Description

    Use this method to create new instance of TElCertificateRequest class.

See also:     Destructor    

Discuss this help topic in SecureBlackbox Forum