Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.GetCertTypeHandler

TElHTTPSServer     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

Certificate types:

Return value

    Returns the certificate type handler for given certificate type.

Description

    Use this method to retrieve the attached certificate type handler.

See also:     AddCertTypeHandler     RemoveCertTypeHandler    

Discuss this help topic in SecureBlackbox Forum