Discuss this help topic in SecureBlackbox Forum

TElSSLClient.CertTypes

TElSSLClient     See also     


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


...

Declaration

[C#]
    TElSSLCertificateType CertTypes[int Index];

[VB.NET]
    Property CertTypes(ByVal Index As Integer) As TElSSLCertificateType

[Pascal]
    property CertTypes[Index: integer]: TElSSLCertificateType;

[C++]
    TElSSLCertificateType get_CertTypes(int32_t Index);
    void set_CertTypes(int32_t Index, TElSSLCertificateType Value);

[PHP]
    integer get_CertTypes(integer $Index)
    void set_CertTypes(integer $Index, integer $Value)

[Java]
    not available

Parameters

  • Index - ...

TElSSLCertificateType values:

Description

    This topic is under development...

See also:     ...    

Discuss this help topic in SecureBlackbox Forum