Discuss this help topic in SecureBlackbox Forum

TElCertificateTypeRequest.CertTypes

TElCertificateTypeRequest     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 - the index of the desired item in the list, starting from 0.

TElSSLCertificateType values

TElSSLCertificateType values

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum