Discuss this help topic in SecureBlackbox Forum

TElCustomSimpleSSLClient.GetCertTypeHandler

TElCustomSimpleSSLClient     See also     


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


Retrieves the attached certificate type handler.

Declaration

[VB.NET]
    Function GetCertTypeHandler(ByVal CertType As TElSSLCertificateType) As TElSSLCertificateTypeHandler

[Pascal]
    function GetCertTypeHandler(CertType : TElSSLCertificateType) : TElSSLCertificateTypeHandler;

[PHP]
    TElSSLCertificateTypeHandler GetCertTypeHandler(integer $CertType)

[Java]
    TElSSLCertificateTypeHandler getCertTypeHandler(TElSSLCertificateType CertType);

Parameters

  • CertType - type of the certificates for which the handler is needed

TElSSLCertificateType values

Return value

    Returns the attached certificate type handler.

Description

    Use this method to retrieve the attached certificate type handler.

See also:     AddCertTypeHandler     RemoveCertTypeHandler    

Discuss this help topic in SecureBlackbox Forum