EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.AddCertTypeHandler

TElSecureServer     See also    


 

Attaches a certificate type handler.

 
 

Declaration

[C#]
    void AddCertTypeHandler(TElSSLCertTypeHandler Handler);

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

[Pascal]
    procedure AddCertTypeHandler( Handler : TElSSLCertTypeHandler);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Handler - the handler to be attched
 
 

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.

 
 

See also:     RemoveCertTypeHandler     TElSSLCertTypeHandler    

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