Discuss this help topic in SecureBlackbox Forum

TElSSLConnectionInfo.ClientChain

TElSSLConnectionInfo     See also     


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


Contains client certificate chain.

Declaration

[C#]
    TElCustomCertStorage ClientChain;

[VB.NET]
    Property ClientChain As TElCustomCertStorage

[Pascal]
    property ClientChain : TElCustomCertStorage;

[C++]
    TElCustomCertStorage* get_ClientChain();

[PHP]
    TElCustomCertStorage get_ClientChain()

[Java]
    TElCustomCertStorage getClientChain();

Description

This property contains client's certificate chain.

See also:     ServerChain    

Discuss this help topic in SecureBlackbox Forum