Discuss this help topic in SecureBlackbox Forum

TElSSLPGPCertificateTypeHandler.SSLClass

TElSSLPGPCertificateTypeHandler     


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


This property specifies the SSL/TLS component that will use this object for OpenPGP authentication.

Declaration

[C#]
    IElSSLCertificateHandlerContainer SSLClass;

[VB.NET]
    Property SSLClass As IElSSLCertificateHandlerContainer

[Pascal]
    property SSLClass : IElSSLCertificateHandlerContainer;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to specify, what SSL/TLS class will use this object for OpenPGP.

    You can assign an instance of TElSSLClient, TElSSLServer, TElSimpleSSLClient, TElHTTPSCLient and TElSMTPClient to this property.

     TElDTLSClient and TElDTLSServer components also can be assigned.

Discuss this help topic in SecureBlackbox Forum