SecureBlackbox

200+ components and classes for all aspects of digital security of your data

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


TElSSLClient.RemoveCertTypeHandler

TElSSLClient     See also     


 

Removes a certificate type handler.

 

Declaration

[C#/Java]
    void RemoveCertTypeHandler(TElSSLCertificateTypeHandler Handler);

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

[Pascal]
    procedure RemoveCertTypeHandler( Handler : TElSSLCertificateTypeHandler);

[C++]
    not implemented;

   

Parameters

  • Handler - The handler to attach.
   

Description

    Use this method to remove a previously attached certificate type handler.
    Note, that this method is protected and can be used only from descendants of TElSSLClient.

   

See also:     AddCertTypeHandler     OnSend    

 
Back to top