Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.AddCertTypeHandler

TElCustomSimpleSSLClient     See also     


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


Attaches a certificate type handler.

Declaration

[C#]
    void AddCertTypeHandler(TElSSLCertificateTypeHandler Handler);

[VB.NET]
    Sub AddCertTypeHandler(ByVal Handler As TElSSLCertificateTypeHandler)

[Pascal]
    procedure AddCertTypeHandler(Handler : TElSSLCertificateTypeHandler);

[C++]
    void AddCertTypeHandler(TElSSLCertificateTypeHandler &Handler);
    void AddCertTypeHandler(TElSSLCertificateTypeHandler *Handler);

[PHP]
    void AddCertTypeHandler(TElSSLCertificateTypeHandler $Handler)

[Java]
    void addCertTypeHandler(TElSSLCertificateTypeHandler Handler);

Parameters

  • Handler - the handler to be attached.

Description

    Use this method to attach a certificate type handler, such as an OpenPGP handler, for TLS communication. When the handler is attached, you can use alternative authentication methods that use this handler. Note that when you attach an OpenPGP handler, OpenPGP authentication is used automatically.

See also:     GetCertTypeHandler     RemoveCertTypeHandler    

Discuss this help topic in SecureBlackbox Forum