EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.AddCertTypeHandler

TElSecureClient     See also    


 

Attaches a certificate type handler.

 
 

Declaration

[C#]
    void AddCertTypeHandler(TElSSLCertificateTypeHandler Handler);

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

[Pascal]
    procedure AddCertTypeHandler( Handler : TElSSLCertificateTypeHandler);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Handler - The handler to attach.
 
 

Description

    Use this method to attach a certificate type handler, such as 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.
    Note, that this method is protected and can be used only from descendants of TElSecureClient.

 
 

See also:     RemoveCertTypeHandler     OnSend

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation